Return to londocs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.601, 2016/04/02 04:30:20 | version 1.602, 2016/05/08 18:39:27 |
---|---|
Line 3020 sub editor { | Line 3020 sub editor { |
$r->print($upload_output); | $r->print($upload_output); |
# Rename, cut, copy or remove a single resource | # Rename, cut, copy or remove a single resource |
if (&handle_edit_cmd()) { | if (&handle_edit_cmd($coursenum,$coursedom)) { |
my $contentchg; | my $contentchg; |
if ($env{'form.cmd'} =~ m{^(remove|cut)_}) { | if ($env{'form.cmd'} =~ m{^(remove|cut)_}) { |
$contentchg = 1; | $contentchg = 1; |