--- loncom/lonsql 2002/08/13 19:40:57 1.52 +++ loncom/lonsql 2002/09/09 14:04:02 1.53 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.52 2002/08/13 19:40:57 matthew Exp $ +# $Id: lonsql,v 1.53 2002/09/09 14:04:02 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -152,8 +152,7 @@ my $run =0; # running count # # Read loncapa_apache.conf and loncapa.conf # -my $perlvarref=LONCAPA::Configuration::read_conf('loncapa_apache.conf', - 'loncapa.conf'); +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); my %perlvar=%{$perlvarref}; # # Make sure that database can be accessed