/[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 345 by dpavlin, Sat Jan 7 02:21:18 2006 UTC revision 374 by dpavlin, Sun Jan 8 22:21:19 2006 UTC
# Line 183  sub add { Line 183  sub add {
183    
184                  my $vals = join(" ", @{ $args->{'ds'}->{$tag}->{$type} });                  my $vals = join(" ", @{ $args->{'ds'}->{$tag}->{$type} });
185    
186                  $log->logconfess("no values for $tag/$type") unless ($vals);                  next if (! $vals);
187    
188                  $vals = $self->{'iconv'}->convert( $vals ) or                  $vals = $self->{'iconv'}->convert( $vals ) or
189                          $log->logdie("can't convert '$vals' to UTF-8");                          $log->logdie("can't convert '$vals' to UTF-8");

Legend:
Removed from v.345  
changed lines
  Added in v.374

  ViewVC Help
Powered by ViewVC 1.1.26