/[webpac2]/trunk/lib/WebPAC/Output/JSON.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Output/JSON.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 924 by dpavlin, Tue Oct 30 21:57:36 2007 UTC revision 925 by dpavlin, Wed Oct 31 00:38:38 2007 UTC
# Line 79  sub add { Line 79  sub add {
79          $log->logdie("need id") unless defined $id;          $log->logdie("need id") unless defined $id;
80          $log->logdie("need ds") unless $ds;          $log->logdie("need ds") unless $ds;
81    
82          $log->debug("id: $id ds = ",dump($ds));          $log->debug("id: $id ds = ",sub { dump($ds) });
83    
84          push @{ $self->{_data} }, $self->ds_to_hash( $ds, 'display' );          push @{ $self->{_data} }, $self->ds_to_hash( $ds, 'display' );
85    

Legend:
Removed from v.924  
changed lines
  Added in v.925

  ViewVC Help
Powered by ViewVC 1.1.26