Diff for /loncom/startup.pl between versions 1.25 and 1.26

version 1.25, 2006/03/24 18:05:15 version 1.26, 2006/06/27 14:06:41
Line 33  use Opcode(); Line 33  use Opcode();
 use POSIX qw(strftime);  use POSIX qw(strftime);
 use Safe();  use Safe();
 use Safe::Hole();  use Safe::Hole();
   use LONCAPA;
 use Apache::lonnet();  use Apache::lonnet();
 use Apache::lonxml();  use Apache::lonxml();
 use Apache::lonhomework();  use Apache::lonhomework();
Line 123  use Apache::scripttag(); Line 124  use Apache::scripttag();
 use Apache::structuretags();  use Apache::structuretags();
 use Apache::portfolio();  use Apache::portfolio();
 use Apache::bridgetask();  use Apache::bridgetask();
 # can't include this one due to the way it does it's BEGIN  
 use Apache::loncreateuser();  use Apache::loncreateuser();
 use Apache::switchserver();  use Apache::switchserver();
 use Apache::lonwhatsnew();  use Apache::lonwhatsnew();
   use Apache::loncoursegroups();
   use Apache::longroupchat();
   use Apache::lonmsgdisplay();
   use Apache::lonmainmenu();
   use Apache::loncss();
   use Apache::lontrackstudent();
   use Apache::lonnotify();
   use Apache::lonrss();
   use Apache::slotrequest();
   use Apache::lonhelper();
   use Apache::lonpickcourse();
   
 1;  1;
 __END__  __END__

Removed from v.1.25  
changed lines
  Added in v.1.26


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