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

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

revision 587 by dpavlin, Thu Jul 6 10:31:33 2006 UTC revision 590 by dpavlin, Sun Jul 9 14:05:49 2006 UTC
# Line 93  sub add { Line 93  sub add {
93          my $marc = new MARC::Record;          my $marc = new MARC::Record;
94          $marc->encoding( $self->{encoding} );          $marc->encoding( $self->{encoding} );
95    
96          my $id = $self->{id};          my $id = $arg->{id};
97    
98          $log->logconfess("fields isn't array") unless (ref($arg->{fields}) eq 'ARRAY');          $log->logconfess("fields isn't array") unless (ref($arg->{fields}) eq 'ARRAY');
99    

Legend:
Removed from v.587  
changed lines
  Added in v.590

  ViewVC Help
Powered by ViewVC 1.1.26