Skip to content
Snippets Groups Projects
Commit 408f299f authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #2073 accept dotes

parent 56983137
No related branches found
No related tags found
No related merge requests found
...@@ -334,7 +334,7 @@ class functions ...@@ -334,7 +334,7 @@ class functions
return ""; return "";
} }
case "phone": case "phone":
if (preg_match("/^[\+0-9\(\)\s]*$/",$w_var)) if (preg_match("/^[\+0-9\(\)\s\.]*$/",$w_var))
{ {
return $w_var; return $w_var;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment