Diff for /loncom/startup.pl between versions 1.35 and 1.39

version 1.35, 2010/04/26 21:10:13 version 1.39, 2011/02/07 21:10:59
Line 114  use Apache::lonupload(); Line 114  use Apache::lonupload();
 use Apache::lonuploadedacc();  use Apache::lonuploadedacc();
 use Apache::lonwrapper();  use Apache::lonwrapper();
 use Apache::admannotations();  use Apache::admannotations();
 use Apache::admbookmarks();  use Apache::lonwishlist(); 
   use Apache::lonwishlistdisplay(); 
 use Apache::style();  use Apache::style();
 use Apache::lontex();  use Apache::lontex();
 use Apache::matchresponse();  use Apache::matchresponse();
Line 151  use Apache::selfenroll(); Line 152  use Apache::selfenroll();
 use Apache::createaccount();  use Apache::createaccount();
 use Apache::lonconfigsettings();  use Apache::lonconfigsettings();
 use Apache::courseprefs();  use Apache::courseprefs();
   use Apache::domainprefs();
 1;  1;
 __END__  __END__
   

Removed from v.1.35  
changed lines
  Added in v.1.39


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