Aleksander Machniak
2013-10-04 57b44d2339c4ab0ca07ca2f3884445e5523aa2bb
program/lib/Roundcube/rcube_addressbook.php
@@ -133,7 +133,7 @@
    abstract function get_record($id, $assoc=false);
    /**
     * Returns the last error occured (e.g. when updating/inserting failed)
     * Returns the last error occurred (e.g. when updating/inserting failed)
     *
     * @return array Hash array with the following fields: type, message
     */
@@ -535,7 +535,7 @@
     */
    public static function compose_contact_key($contact, $sort_col)
    {
        $key = $contact[$sort_col] . ':' . $row['sourceid'];
        $key = $contact[$sort_col] . ':' . $contact['sourceid'];
        // add email to a key to not skip contacts with the same name (#1488375)
        if (!empty($contact['email'])) {
@@ -544,7 +544,6 @@
         return $key;
    }
    /**
     * Compare search value with contact data