--- loncom/lonsql 2002/08/13 19:40:57 1.52 +++ loncom/lonsql 2003/02/03 05:08:06 1.54 @@ -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.54 2003/02/03 05:08:06 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -41,8 +41,7 @@ Note that a lonsql.pid file contains the =head1 DESCRIPTION -lonsql is many things to many people. To me, it is a source file in need -of documentation. +lonsql is currently mutilated. =head1 Internals @@ -152,8 +151,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