diff --git a/addressbook/inc/class.vcaladdressbook.inc.php b/addressbook/inc/class.vcaladdressbook.inc.php index 8c3ead3c56..62e6e7d167 100644 --- a/addressbook/inc/class.vcaladdressbook.inc.php +++ b/addressbook/inc/class.vcaladdressbook.inc.php @@ -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]; }