[LON-CAPA-cvs] cvs: loncom / startup.pl

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 24 Mar 2006 18:05:15 -0000


albertel		Fri Mar 24 13:05:15 2006 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - whatsnew should be loaded at startup
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.24 loncom/startup.pl:1.25
--- loncom/startup.pl:1.24	Wed Dec 28 11:45:39 2005
+++ loncom/startup.pl	Fri Mar 24 13:05:15 2006
@@ -126,6 +126,7 @@
 # can't include this one due to the way it does it's BEGIN
 use Apache::loncreateuser();
 use Apache::switchserver();
+use Apache::lonwhatsnew();
 
 1;
 __END__