From f5ebe8e2fac2af55eee67d9d837608959536ff67 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 19 Apr 2006 08:47:38 +0000 Subject: [PATCH] Added / to the list of allowed characters for phone numbers git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3061 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc b/include/functions.inc index 52f0abbfb..dcd4ccaaf 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -865,7 +865,7 @@ function is_phone_nr($nr) return (TRUE); } - return preg_match ("/^[0-9 ()+*-]+$/", $nr); + return preg_match ("/^[\/0-9 ()+*-]+$/", $nr); } -- 2.30.2