Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 years ago
parent
commit
da36c8efff
1 changed files with 1 additions and 1 deletions
  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 false;
    }	  	 
    }	  	 
 	 
 	 
-   return preg_match("/^[\w\-\.]+?$/", $string);	 
+   return preg_match("/^[\w\-\. ]+?$/", $string);	 
  }	 
  }	 
 
 
 }
 }