mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
syncml fixes
This commit is contained in:
parent
f9f5ddbcc8
commit
b39291ac57
@ -160,10 +160,7 @@
|
||||
if(!$contact = $this->vcardtoegw($_vcard)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// they can be problematic
|
||||
unset($contact['note']);
|
||||
|
||||
|
||||
if($foundContacts = $this->read_entries(array('query' => $contact))) {
|
||||
return $foundContacts[0][id];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user