mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"removed n_files from search() as it causes doublicates, because the clients (eg. outlook) have different fileas options"
This commit is contained in:
parent
025b54917a
commit
5131bdeee3
@ -183,6 +183,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
unset($contact['email_home']);
|
||||
unset($contact['url']);
|
||||
unset($contact['url_home']);
|
||||
unset($contact['n_fileas']);
|
||||
|
||||
// some clients cut the values, because they do not support the same length of data like eGW
|
||||
// at least the first 10 characters must match
|
||||
|
Loading…
Reference in New Issue
Block a user