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

raeburn lon-capa-cvs@mail.lon-capa.org
Wed, 29 Jun 2005 03:55:51 -0000


raeburn		Tue Jun 28 23:55:51 2005 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  As installation of lonassignments.pm was eliminated in loncapafiles/loncapafiles.lpml rev 1.408, start-up of httpd for new installations fails without this change.    
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.20 loncom/startup.pl:1.21
--- loncom/startup.pl:1.20	Wed Mar 16 14:09:43 2005
+++ loncom/startup.pl	Tue Jun 28 23:55:49 2005
@@ -53,7 +53,6 @@
 use Apache::lonquickgrades();
 use Apache::lonaboutme();
 use Apache::lonannounce();
-use Apache::lonassignments();
 use Apache::lonbulletin();
 use Apache::londropadd();
 use Apache::lonerrorhandler();