Diff for /loncom/metadata_database/LONCAPA/lonmetadata.pm between versions 1.17 and 1.18

version 1.17, 2007/01/12 21:30:58 version 1.18, 2007/01/19 06:09:08
Line 1127  sub process_portfolio_metadata { Line 1127  sub process_portfolio_metadata {
 ######################################################################  ######################################################################
 ######################################################################  ######################################################################
   
 ## Utilities originally in searchcat.pl.  Moved to be more widely available.  
   
 sub getfile {  sub getfile {
     my $file = shift();      my $file = shift();
     if (! -e $file ) {       if (! -e $file ) { 

Removed from v.1.17  
changed lines
  Added in v.1.18


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>