[LON-CAPA-cvs] cvs: loncom /enrollment localenroll.pm
raeburn
raeburn at source.lon-capa.org
Sun Jun 20 16:35:05 EDT 2021
raeburn Sun Jun 20 20:35:05 2021 EDT
Modified files:
/loncom/enrollment localenroll.pm
Log:
- Typo in rev. 1.61
Index: loncom/enrollment/localenroll.pm
diff -u loncom/enrollment/localenroll.pm:1.61 loncom/enrollment/localenroll.pm:1.62
--- loncom/enrollment/localenroll.pm:1.61 Tue Jun 15 20:52:27 2021
+++ loncom/enrollment/localenroll.pm Sun Jun 20 20:35:05 2021
@@ -1,6 +1,6 @@
# functions to glue school database system into Lon-CAPA for
# automated enrollment
-# $Id: localenroll.pm,v 1.61 2021/06/15 20:52:27 raeburn Exp $
+# $Id: localenroll.pm,v 1.62 2021/06/20 20:35:05 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -731,7 +731,7 @@
=cut
sub instsec_reformat {
- my ($dom,$action,$instsecref) = @;
+ my ($dom,$action,$instsecref) = @_;
if ((ref($instsecref) eq 'HASH') &&
(($action eq 'clutter') || ($action eq 'declutter'))) {
foreach my $key (keys(%{$instsecref})) {
More information about the LON-CAPA-cvs
mailing list