[LON-CAPA-cvs] cvs: loncom /publisher loncfile.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 12 Aug 2004 06:50:15 -0000
albertel Thu Aug 12 02:50:15 2004 EDT
Modified files:
/loncom/publisher loncfile.pm
Log:
- sigh
Index: loncom/publisher/loncfile.pm
diff -u loncom/publisher/loncfile.pm:1.58 loncom/publisher/loncfile.pm:1.59
--- loncom/publisher/loncfile.pm:1.58 Fri Jul 2 04:07:17 2004
+++ loncom/publisher/loncfile.pm Thu Aug 12 02:50:15 2004
@@ -9,7 +9,7 @@
# and displays a page showing the results of the action.
#
#
-# $Id: loncfile.pm,v 1.58 2004/07/02 08:07:17 albertel Exp $
+# $Id: loncfile.pm,v 1.59 2004/08/12 06:50:15 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -298,7 +298,7 @@
}
if ($dest=~/[\#\?&%\"]/) {
$foundbad=1;
- $dest=~s/[\#\?&%]//g;
+ $dest=~s/[\#\?&%\"]//g;
}
if ($foundbad) {
$request->print("<p><font color=\"red\">".&mt('Invalid characters in requested name have been removed.')."</font></p>");