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