Return to portfolio.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.66, 2004/12/14 19:10:07 | version 1.67, 2004/12/14 19:17:54 |
---|---|
Line 496 sub createdir { | Line 496 sub createdir { |
') while trying to create a new directory '.&display_file().'</font><br />'); | ') while trying to create a new directory '.&display_file().'</font><br />'); |
} | } |
} | } |
if ($newdir ne $ENV{'form.newdir'}) { | |
$r->print("The new directory name was changed from:<br /><strong>".$ENV{'form.newdir'}."</strong> to <strong>$newdir </strong>"); | |
} | |
$r->print(&done()); | $r->print(&done()); |
} | } |