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

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

revision 112 by dpavlin, Tue Nov 22 08:27:53 2005 UTC revision 113 by dpavlin, Wed Nov 23 00:14:05 2005 UTC
# Line 146  sub add { Line 146  sub add {
146    
147          # filter all tags which have type defined          # filter all tags which have type defined
148          my @tags = grep {          my @tags = grep {
149                  defined( $args->{'ds'}->{$_}->{$type} )                  ref($args->{'ds'}->{$_}) eq 'HASH' && defined( $args->{'ds'}->{$_}->{$type} )
150          } keys %{ $args->{'ds'} };          } keys %{ $args->{'ds'} };
151    
152          $log->debug("tags = ", join(",", @tags));          $log->debug("tags = ", join(",", @tags));

Legend:
Removed from v.112  
changed lines
  Added in v.113

  ViewVC Help
Powered by ViewVC 1.1.26