Diff for /loncom/lonsql between versions 1.52 and 1.54

version 1.52, 2002/08/13 19:40:57 version 1.54, 2003/02/03 05:08:06
Line 41  Note that a lonsql.pid file contains the Line 41  Note that a lonsql.pid file contains the
   
 =head1 DESCRIPTION  =head1 DESCRIPTION
   
 lonsql is many things to many people.  To me, it is a source file in need  lonsql is currently mutilated.
 of documentation.  
   
 =head1 Internals  =head1 Internals
   
Line 152  my $run =0;              # running count Line 151  my $run =0;              # running count
 #  #
 # Read loncapa_apache.conf and loncapa.conf  # Read loncapa_apache.conf and loncapa.conf
 #  #
 my $perlvarref=LONCAPA::Configuration::read_conf('loncapa_apache.conf',  my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf');
                                                  'loncapa.conf');  
 my %perlvar=%{$perlvarref};  my %perlvar=%{$perlvarref};
 #  #
 # Make sure that database can be accessed  # Make sure that database can be accessed

Removed from v.1.52  
changed lines
  Added in v.1.54


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