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

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

revision 1287 by dpavlin, Fri Sep 18 21:38:09 2009 UTC revision 1288 by dpavlin, Sat Sep 19 08:41:06 2009 UTC
# Line 128  sub new { Line 128  sub new {
128                                  }                                  }
129                  } elsif ( $line eq 'ER' ) {                  } elsif ( $line eq 'ER' ) {
130                          # join tags                          # join tags
131                          foreach ( qw/AB DE ID TI SO RP SC FU FX/ ) {                          foreach ( qw/AB DE ID TI SO RP SC FU FX PA JI/ ) {
132                                  $rec->{$_} = join(' ', @{ $rec->{$_} }) if defined $rec->{$_};                                  $rec->{$_} = join(' ', @{ $rec->{$_} }) if defined $rec->{$_};
133                          }                          }
134                          # split on ;                          # split on ;

Legend:
Removed from v.1287  
changed lines
  Added in v.1288

  ViewVC Help
Powered by ViewVC 1.1.26