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

raeburn raeburn at source.lon-capa.org
Tue Dec 14 16:07:41 EST 2021


raeburn		Tue Dec 14 21:07:41 2021 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	startup.pl 
  Log:
  - For 2.11
    Backport 1.44
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.41.2.3 loncom/startup.pl:1.41.2.4
--- loncom/startup.pl:1.41.2.3	Sun Oct 23 19:27:31 2016
+++ loncom/startup.pl	Tue Dec 14 21:07:41 2021
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.41.2.3 2016/10/23 19:27:31 raeburn Exp $
+# $Id: startup.pl,v 1.41.2.4 2021/12/14 21:07:41 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -158,6 +158,7 @@
 use Apache::lonaccesstimes();
 use Apache::lonshibauth();
 use Apache::lonshibacc();
+use Apache::lonpopulate();
 1;
 __END__
 




More information about the LON-CAPA-cvs mailing list