Return to loncfile.pm CVS log | Up to [LON-CAPA] / loncom / publisher |
version 1.58, 2004/07/02 08:07:17 | version 1.59, 2004/08/12 06:50:15 |
---|---|
Line 298 sub cleanDest { | Line 298 sub cleanDest { |
} | } |
if ($dest=~/[\#\?&%\"]/) { | if ($dest=~/[\#\?&%\"]/) { |
$foundbad=1; | $foundbad=1; |
$dest=~s/[\#\?&%]//g; | $dest=~s/[\#\?&%\"]//g; |
} | } |
if ($foundbad) { | if ($foundbad) { |
$request->print("<p><font color=\"red\">".&mt('Invalid characters in requested name have been removed.')."</font></p>"); | $request->print("<p><font color=\"red\">".&mt('Invalid characters in requested name have been removed.')."</font></p>"); |