[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / lond

raeburn raeburn at source.lon-capa.org
Mon Jan 13 08:41:25 EST 2020


raeburn		Mon Jan 13 13:41:25 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	lond 
  Log:
  - For 2.11
    Backport 1.536 (another part).
  
  
Index: loncom/lond
diff -u loncom/lond:1.489.2.34 loncom/lond:1.489.2.35
--- loncom/lond:1.489.2.34	Mon Jan 13 03:46:32 2020
+++ loncom/lond	Mon Jan 13 13:41:24 2020
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.489.2.34 2020/01/13 03:46:32 raeburn Exp $
+# $Id: lond,v 1.489.2.35 2020/01/13 13:41:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -63,7 +63,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.489.2.34 $'; #' stupid emacs
+my $VERSION='$Revision: 1.489.2.35 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -5670,7 +5670,7 @@
     return 1;
 }
 &register_handler("autoexportgrades", \&auto_export_grades_handler,
-                  0, 1, 0);
+                  1, 1, 0);
 
 
 #   Retrieve and remove temporary files created by/during autoenrollment.




More information about the LON-CAPA-cvs mailing list