Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits пре 3 година
родитељ
комит
da36c8efff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Private/functions/funct.inc

+ 1 - 1
Private/functions/funct.inc

@@ -136,7 +136,7 @@ if (!function_exists("is_word")) {
 	  return false;
    }	  	 
 	 
-   return preg_match("/^[\w\-\.]+?$/", $string);	 
+   return preg_match("/^[\w\-\. ]+?$/", $string);	 
  }	 
 
 }