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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sun, 13 Jul 2008 17:38:55 -0000


raeburn		Sun Jul 13 13:38:56 2008 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - Additional modules loaded on start-up.
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.32 loncom/startup.pl:1.33
--- loncom/startup.pl:1.32	Sat Dec 22 23:41:19 2007
+++ loncom/startup.pl	Sun Jul 13 13:38:55 2008
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.32 2007/12/23 04:41:19 raeburn Exp $
+# $Id: startup.pl,v 1.33 2008/07/13 17:38:55 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -144,6 +144,10 @@
 use Apache::groupboards();
 use Apache::lonclonecourse();
 use Apache::lonuserutils();
+use Apache::coursecatalog();
+use Apache::courseclassifier();
+use Apache::selfenroll();
+use Apache::createaccount();
 1;
 __END__