/[webpac2]/trunk/lib/WebPAC/Output/Sorted.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/Sorted.pm

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

revision 924 by dpavlin, Wed Oct 31 00:26:45 2007 UTC revision 925 by dpavlin, Wed Oct 31 00:38:38 2007 UTC
# Line 81  sub add { Line 81  sub add {
81          $log->logdie("need id") unless defined $id;          $log->logdie("need id") unless defined $id;
82          $log->logdie("need ds") unless $ds;          $log->logdie("need ds") unless $ds;
83    
84          $log->debug("id: $id ds = ",dump($ds));          $log->debug("id: $id ds = ",sub { dump($ds) });
85    
86          my $hash = $self->ds_to_hash( $ds, 'sorted' ) || return;          my $hash = $self->ds_to_hash( $ds, 'sorted' ) || return;
87    

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

  ViewVC Help
Powered by ViewVC 1.1.26