[LON-CAPA-cvs] cvs: loncom / startup.pl
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 11 Feb 2003 15:36:08 -0000
albertel Tue Feb 11 10:36:08 2003 EDT
Modified files:
/loncom startup.pl
Log:
- not ready to be included
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.12 loncom/startup.pl:1.13
--- loncom/startup.pl:1.12 Tue Feb 11 10:19:06 2003
+++ loncom/startup.pl Tue Feb 11 10:36:07 2003
@@ -3,7 +3,7 @@
use Apache();
use lib '/home/httpd/lib/perl';
#use lib '/usr/lib/perl5/site_perl/5.005/';
-#use lib '/usr/lib/perl5/site_perl/5.005/i386-linux/';
+use lib '/usr/lib/perl5/site_perl/5.6.0/i386-linux/';
use Apache::Constants qw(:common :http :methods);
use CGI::Cookie();
use CGI qw(-compile standard);
@@ -75,7 +75,6 @@
use Apache::lonambiguous();
use Apache::lonchat();
use Apache::lonchatfetch();
-use Apache::lonclassifystudents();
use Apache::loncommunicate();
use Apache::loncoursedata();
use Apache::loncreatecourse();