changeset 918:2e106ba14190

More adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Nov 2014 12:57:50 +0200
parents eda104823649
children 71621519a883
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Nov 27 12:12:47 2014 +0200
+++ b/msite.inc.php	Thu Nov 27 12:57:50 2014 +0200
@@ -848,7 +848,7 @@
 //
 function stFilterPathComponent($str)
 {
-  $tmp = str_replace(array("\$", ), array("S", ), $str);
+  $tmp = str_replace(array(" / ", "/", "\$", ), array(" of ", " of ", "S", ), $str);
   return preg_replace("/[^a-zA-Z0-9\(\)\,\._-]/", "_", $tmp);
 }