/[webpac]/branches/hidra/marc_sf.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 /branches/hidra/marc_sf.pm

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

revision 105 by dpavlin, Mon Jul 14 17:08:37 2003 UTC revision 139 by dpavlin, Wed Oct 29 23:19:58 2003 UTC
# Line 10  sub marc_sf { Line 10  sub marc_sf {
10    
11          my $i = shift @_ || 0;          my $i = shift @_ || 0;
12    
13          my @out = $marc->getvalue({record=>$marc->marc_count(),field=>$f,subfield=>$s,delimiter=>" "});          my @out = $marc->getvalue({record=>$marc->marc_count(),field=>$f,subfield=>$s});
14    
15          return $out[$i] if (@out && $out[$i]);          return $out[$i] if (@out && $out[$i]);
16  }  }
17    

Legend:
Removed from v.105  
changed lines
  Added in v.139

  ViewVC Help
Powered by ViewVC 1.1.26