--- loncom/enrollment/localenroll.pm 2014/04/16 14:40:11 1.46 +++ loncom/enrollment/localenroll.pm 2014/04/30 17:17:25 1.47 @@ -1,6 +1,6 @@ # functions to glue school database system into Lon-CAPA for # automated enrollment -# $Id: localenroll.pm,v 1.46 2014/04/16 14:40:11 raeburn Exp $ +# $Id: localenroll.pm,v 1.47 2014/04/30 17:17:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -443,7 +443,7 @@ sub crsreq_checks { sub crsreq_updates { my ($cdom,$cnum,$crstype,$action,$ownername,$ownerdomain,$fullname,$title, - $code,$incoming,$outgoing) = @_; + $code,$accessstart,$accessend,$incoming,$outgoing) = @_; unless (ref($outgoing) eq 'HASH') { return 'fail'; }