syncml fixes

This commit is contained in:
Lars Kneschke 2006-05-16 17:13:53 +00:00
parent f9f5ddbcc8
commit b39291ac57

View File

@ -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];
}