Explorar o código

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits %!s(int64=3) %!d(string=hai) anos
pai
achega
da36c8efff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);	 
  }	 
 
 }