![]() ![]() | ![]() |
version 1.49.2.31, 2024/07/06 16:43:10 | version 1.49.2.33, 2024/12/30 00:27: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') { |
Line 3264 sub update_releasereq { | Line 3264 sub update_releasereq { |
} | } |
$modified_courses = []; | $modified_courses = []; |
} | } |
undef($registered_cleanup); | return OK; |
return; | |
} | } |
sub show_autocoowners { | sub show_autocoowners { |