program/lib/Roundcube/rcube_addressbook.php
@@ -539,10 +539,10 @@ // add email to a key to not skip contacts with the same name (#1488375) if (!empty($contact['email'])) { $key .= ':' . implode(':', (array)$contact['email']); } $key .= ':' . implode(':', (array)$contact['email']); } return $key; return $key; } /**