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

raeburn raeburn at source.lon-capa.org
Sun Oct 23 15:14:24 EDT 2016


raeburn		Sun Oct 23 19:14:24 2016 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - Add lonmodifycourse.pm on startup. 
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.42 loncom/startup.pl:1.43
--- loncom/startup.pl:1.42	Sat Oct 22 02:04:32 2016
+++ loncom/startup.pl	Sun Oct 23 19:14:24 2016
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.42 2016/10/22 02:04:32 raeburn Exp $
+# $Id: startup.pl,v 1.43 2016/10/23 19:14:24 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -153,6 +153,7 @@
 use Apache::lonconfigsettings();
 use Apache::courseprefs();
 use Apache::domainprefs();
+use Apache::lonmodifycourse();
 use Apache::lonblockingmenu();
 use Apache::lonaccesstimes();
 use Apache::lonshibauth();




More information about the LON-CAPA-cvs mailing list