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

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

revision 1058 by dpavlin, Tue Nov 20 10:08:55 2007 UTC revision 1069 by dpavlin, Tue Nov 27 23:54:43 2007 UTC
# Line 99  sub add { Line 99  sub add {
99    
100          my $stat;          my $stat;
101    
102          my $hash = $self->ds_to_hash( $ds, 'display' ) || next;          my $hash = $self->ds_to_hash( $ds, 'display', single_values => 1 ) || next;
   
         foreach my $f ( keys %$hash ) {  
                 $hash->{$f} = join(' ', @{ $hash->{$f} }) if ref($hash->{$f}) eq 'ARRAY';  
         }  
103    
104          $log->debug("data: ", sub { dump( $hash ) });          $log->debug("data: ", sub { dump( $hash ) });
105    

Legend:
Removed from v.1058  
changed lines
  Added in v.1069

  ViewVC Help
Powered by ViewVC 1.1.26