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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 30 Jun 2006 14:17:43 -0000


albertel		Fri Jun 30 10:17:43 2006 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - adding the std group mechanisms
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.26 loncom/startup.pl:1.27
--- loncom/startup.pl:1.26	Tue Jun 27 10:06:41 2006
+++ loncom/startup.pl	Fri Jun 30 10:17:43 2006
@@ -138,6 +138,8 @@
 use Apache::slotrequest();
 use Apache::lonhelper();
 use Apache::lonpickcourse();
+use Apache::longroup();
+use Apache::groupboards();
 
 1;
 __END__