Diff for /loncom/startup.pl between versions 1.17 and 1.20

version 1.17, 2004/02/20 18:46:48 version 1.20, 2005/03/16 19:09:43
Line 118  use Apache::response(); Line 118  use Apache::response();
 use Apache::run();  use Apache::run();
 use Apache::scripttag();  use Apache::scripttag();
 use Apache::structuretags();  use Apache::structuretags();
   use Apache::portfolio();
   use Apache::bridgetask();
 # can't include this one due to the way it does it's BEGIN  # can't include this one due to the way it does it's BEGIN
 #use Apache::loncreateuser();  use Apache::loncreateuser();
 1;  1;
 __END__  __END__
   

Removed from v.1.17  
changed lines
  Added in v.1.20


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