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

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

revision 520 by dpavlin, Sun May 14 19:45:45 2006 UTC revision 521 by dpavlin, Thu May 18 13:49:08 2006 UTC
# Line 116  sub fetch_rec { Line 116  sub fetch_rec {
116          }          }
117    
118          # add mfn only to records with data          # add mfn only to records with data
119          $rec->{'000'} = $mfn if ($rec);          $rec->{'000'} = [ $mfn ] if ($rec);
120                    
121          return $rec;          return $rec;
122  }  }

Legend:
Removed from v.520  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC 1.1.26