mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix typo
This commit is contained in:
parent
2291cc8df0
commit
10fd1cd76b
@ -2760,7 +2760,7 @@ class Contacts extends Contacts\Storage
|
||||
*
|
||||
* Requires a leading + or digit and only numbers (ignores ./-() and space) plus minimum length of 9 chars
|
||||
*/
|
||||
const PHONE_PREG = '/^(\+|\d])[0-9 ()\/.-]{8,}$/';
|
||||
const PHONE_PREG = '/^(\+|\d)[0-9 ()\/.-]{8,}$/';
|
||||
|
||||
/**
|
||||
* searches db for rows matching searchcriteria
|
||||
|
Loading…
Reference in New Issue
Block a user