Return to courseprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.49.2.31, 2024/07/06 16:43:10 | version 1.49.2.32, 2024/07/06 17:10:15 |
---|---|
Line 741 sub print_config_box { | Line 741 sub print_config_box { |
} | } |
sub process_changes { | sub process_changes { |
my ($cdom,$action,$values,$item,$changes,$allitems,$disallowed,$crstype) = @_; | my ($cdom,$cnum,$action,$values,$item,$changes,$allitems,$disallowed,$crstype) = @_; |
my %newvalues; | my %newvalues; |
if (ref($item) eq 'HASH') { | if (ref($item) eq 'HASH') { |
if (ref($changes) eq 'HASH') { | if (ref($changes) eq 'HASH') { |