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

banghart lon-capa-cvs@mail.lon-capa.org
Sat, 19 Jun 2004 00:38:45 -0000


banghart		Fri Jun 18 20:38:45 2004 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  
  	Added reference to portfolio module
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.17 loncom/startup.pl:1.18
--- loncom/startup.pl:1.17	Fri Feb 20 13:46:48 2004
+++ loncom/startup.pl	Fri Jun 18 20:38:45 2004
@@ -118,6 +118,7 @@
 use Apache::run();
 use Apache::scripttag();
 use Apache::structuretags();
+use Apache::portfolio();
 # can't include this one due to the way it does it's BEGIN
 #use Apache::loncreateuser();
 1;