remove url und url_home from mandatory matching fields because this fields vary too much (with http:// or not)

This commit is contained in:
Christian Binder 2009-11-04 16:22:36 +00:00
parent 79a3b59ccb
commit 94c29e7819

View File

@ -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',