--- loncom/lond 2020/01/13 03:46:32 1.489.2.34 +++ loncom/lond 2020/01/13 13:41:24 1.489.2.35 @@ -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 $DEBUG = 0; # Non zero to ena 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 @@ sub auto_export_grades_handler { return 1; } ®ister_handler("autoexportgrades", \&auto_export_grades_handler, - 0, 1, 0); + 1, 1, 0); # Retrieve and remove temporary files created by/during autoenrollment.