Diff for /loncom/startup.pl between versions 1.10 and 1.11

version 1.10, 2002/12/02 17:47:28 version 1.11, 2003/02/10 21:19:59
Line 14  use DBI(); Line 14  use DBI();
 use Fcntl qw(:flock);  use Fcntl qw(:flock);
 use File::Copy();  use File::Copy();
 use GDBM_File();  use GDBM_File();
   use HTML::LCParser();
 use HTML::TokeParser();  use HTML::TokeParser();
 use HTML::TreeBuilder();  use HTML::TreeBuilder();
 use HTML::Entities();  use HTML::Entities();
Line 68  use Apache::lonprintout(); Line 69  use Apache::lonprintout();
 use Apache::lonproblemanalysis();  use Apache::lonproblemanalysis();
 use Apache::lonproblemstatistics();  use Apache::lonproblemstatistics();
 use Apache::lonroles();  use Apache::lonroles();
   use Apache::lontrans();
   use Apache::hint();
   use Apache::inputtags();
   use Apache::localauth();
   use Apache::lonambiguous();
   use Apache::lonchat();
   use Apache::lonchatfetch();
   use Apache::lonclassifystudents();
   use Apache::loncommunicate();
   use Apache::loncoursedata();
   use Apache::loncreatecourse();
   use Apache::londefdef();
   use Apache::londocs();
   use Apache::lonhtmlcommon();
   use Apache::lonmsg();
   use Apache::lonmysql();
   use Apache::lonpercentage();
   use Apache::lonpickstudent();
   use Apache::lonplot();
   use Apache::lonsearchcat();
   use Apache::lonsequence();
   use Apache::lonsimplepage();
   use Apache::lonspreadsheet();
   use Apache::lonstudentassessment();
   use Apache::lonsyllabus();
   use Apache::lontokacc();
   use Apache::lonunauthorized();
   use Apache::lonupload();
   use Apache::lonuploadedacc();
   use Apache::lonwrapper();
   use Apache::admannotations();
   use Apache::admbookmarks();
   use Apache::style();
   use Apache::lontex();
   use Apache::matchresponse();
   use Apache::outputtags();
   use Apache::randomlabel();
   use Apache::rankresponse();
   use Apache::response();
   use Apache::run();
   use Apache::scripttag();
   use Apache::structuretags();
   # can't include this one due to the way it does it's BEGIN
   #use Apache::loncreateuser();
 1;  1;
   __END__
   

Removed from v.1.10  
changed lines
  Added in v.1.11


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