mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +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',
|
||||
'n_family', 'n_given', 'n_middle', 'n_prefix', 'n_suffix',
|
||||
'bday', 'org_name', 'org_unit', 'title', 'role',
|
||||
'email', 'email_home', 'url', 'url_home');
|
||||
'email', 'email_home');
|
||||
$tolerance_fields = array('contact_id',
|
||||
'n_middle', 'n_prefix', 'n_suffix',
|
||||
'org_unit', 'role',
|
||||
|
Loading…
Reference in New Issue
Block a user