From 52fab44f032332d1e6b53b99a09b5321f6a9e965 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 20 Jun 2012 12:07:52 +0000 Subject: changed the regular expr for the model name (to allow comma) --- h-source/Application/Include/myFunctions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'h-source/Application/Include/myFunctions.php') diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index 2f2a88a..bfcd8db 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -24,6 +24,7 @@ function encodeUrl($url) { $url = str_replace(' ','-',$url); $url = str_replace('.','-',$url); + $url = str_replace(',','-',$url); $url = str_replace('[','-',$url); $url = str_replace(']','-',$url); $url = str_replace('(','-',$url); -- cgit v1.2.3