--- loncom/interface/courseprefs.pm 2024/07/06 16:43:10 1.49.2.31 +++ loncom/interface/courseprefs.pm 2024/07/06 17:10:15 1.49.2.32 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.49.2.31 2024/07/06 16:43:10 raeburn Exp $ +# $Id: courseprefs.pm,v 1.49.2.32 2024/07/06 17:10:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -741,7 +741,7 @@ sub print_config_box { } sub process_changes { - my ($cdom,$action,$values,$item,$changes,$allitems,$disallowed,$crstype) = @_; + my ($cdom,$cnum,$action,$values,$item,$changes,$allitems,$disallowed,$crstype) = @_; my %newvalues; if (ref($item) eq 'HASH') { if (ref($changes) eq 'HASH') {