mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
remove url und url_home from mandatory matching fields because this fields vary too much (with http:// or not)
This commit is contained in:
parent
79a3b59ccb
commit
94c29e7819
@ -1529,7 +1529,7 @@ class addressbook_bo extends addressbook_so
|
|||||||
$columns_to_search = array('contact_id',
|
$columns_to_search = array('contact_id',
|
||||||
'n_family', 'n_given', 'n_middle', 'n_prefix', 'n_suffix',
|
'n_family', 'n_given', 'n_middle', 'n_prefix', 'n_suffix',
|
||||||
'bday', 'org_name', 'org_unit', 'title', 'role',
|
'bday', 'org_name', 'org_unit', 'title', 'role',
|
||||||
'email', 'email_home', 'url', 'url_home');
|
'email', 'email_home');
|
||||||
$tolerance_fields = array('contact_id',
|
$tolerance_fields = array('contact_id',
|
||||||
'n_middle', 'n_prefix', 'n_suffix',
|
'n_middle', 'n_prefix', 'n_suffix',
|
||||||
'org_unit', 'role',
|
'org_unit', 'role',
|
||||||
|
Loading…
Reference in New Issue
Block a user