--- loncom/metadata_database/searchcat.pl 2002/07/01 18:23:00 1.19 +++ loncom/metadata_database/searchcat.pl 2002/09/09 14:00:24 1.20 @@ -2,7 +2,7 @@ # The LearningOnline Network # searchcat.pl "Search Catalog" batch script # -# $Id: searchcat.pl,v 1.19 2002/07/01 18:23:00 matthew Exp $ +# $Id: searchcat.pl,v 1.20 2002/09/09 14:00:24 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -56,8 +56,7 @@ sub wanted { } # --------------- Read loncapa_apache.conf and loncapa.conf and get variables -my $perlvarref=LONCAPA::Configuration::read_conf('loncapa_apache.conf', - 'loncapa.conf'); +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); my %perlvar=%{$perlvarref}; undef $perlvarref; # remove since sensitive and not needed delete $perlvar{'lonReceipt'}; # remove since sensitive and not needed