Aleksander Machniak
2013-06-21 39a82a5d458fe86f735c14959c97b1c7aa2a5a7d
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;
    }
    /**