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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sun, 23 Dec 2007 04:41:21 -0000


raeburn		Sat Dec 22 23:41:21 2007 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  Replace londropadd.pm with lonuserutils.pm
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.31 loncom/startup.pl:1.32
--- loncom/startup.pl:1.31	Mon Nov 19 18:13:27 2007
+++ loncom/startup.pl	Sat Dec 22 23:41:19 2007
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.31 2007/11/19 23:13:27 albertel Exp $
+# $Id: startup.pl,v 1.32 2007/12/23 04:41:19 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -62,7 +62,6 @@
 use Apache::lonaboutme();
 use Apache::lonannounce();
 use Apache::lonbulletin();
-use Apache::londropadd();
 use Apache::lonerrorhandler();
 use Apache::lonevaluate();
 use Apache::lonfeedback();
@@ -144,6 +143,7 @@
 use Apache::longroup();
 use Apache::groupboards();
 use Apache::lonclonecourse();
+use Apache::lonuserutils();
 1;
 __END__