[LON-CAPA-cvs] cvs: loncom /enrollment localenroll.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 25 14:01:35 EDT 2016
raeburn Thu Aug 25 18:01:35 2016 EDT
Modified files:
/loncom/enrollment localenroll.pm
Log:
- Typo.
Index: loncom/enrollment/localenroll.pm
diff -u loncom/enrollment/localenroll.pm:1.55 loncom/enrollment/localenroll.pm:1.56
--- loncom/enrollment/localenroll.pm:1.55 Mon May 30 03:16:42 2016
+++ loncom/enrollment/localenroll.pm Thu Aug 25 18:01:34 2016
@@ -1,6 +1,6 @@
# functions to glue school database system into Lon-CAPA for
# automated enrollment
-# $Id: localenroll.pm,v 1.55 2016/05/30 03:16:42 raeburn Exp $
+# $Id: localenroll.pm,v 1.56 2016/08/25 18:01:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -572,7 +572,7 @@
=cut
-sub export_grades
+sub export_grades {
my ($cnum,$cdom,$hashref,$dataref,$outgoing) = @_;
my %info;
if (ref($hashref) eq 'HASH') {
More information about the LON-CAPA-cvs
mailing list