--- loncom/enrollment/localenroll.pm 2016/05/30 03:16:42 1.55 +++ loncom/enrollment/localenroll.pm 2016/08/25 18:01:34 1.56 @@ -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 @@ export_grades() takes five arguments - =cut -sub export_grades +sub export_grades { my ($cnum,$cdom,$hashref,$dataref,$outgoing) = @_; my %info; if (ref($hashref) eq 'HASH') {