--- loncom/enrollment/localenroll.pm 2021/06/15 20:52:27 1.61 +++ loncom/enrollment/localenroll.pm 2021/06/20 20:35:05 1.62 @@ -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 @@ sub check_instclasses { =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})) {