--- loncom/cgi/metadata_keywords.pl 2002/05/11 21:31:00 1.3 +++ loncom/cgi/metadata_keywords.pl 2003/02/03 18:03:52 1.5 @@ -5,10 +5,8 @@ # Gets keywords from metadata database. # # YEAR=2001 -# 9/25 Scott Harrison # # YEAR=2002 -# 5/11 Scott Harrison # ############################################################################### @@ -58,7 +56,9 @@ print 'Content-type: text/plain'."\n\n"; # --- Make sure that database can be accessed and that this is a library server # library server test -my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); + +# By default, loncapa_apache.conf is also read by the read_conf subroutine. +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); my %perlvar=%{$perlvarref}; undef($perlvarref);