Aleksander Machniak
2012-06-19 159691e7b1174146fc1c839288e5dd0162d3e6f9
program/include/rcube_contacts.php
@@ -934,8 +934,8 @@
                $contact_id
            );
            if ($this->db->db_error)
                $this->set_error(self::ERROR_SAVING, $this->db->db_error_msg);
            if ($error = $this->db->is_error())
                $this->set_error(self::ERROR_SAVING, $error);
            else
                $added++;
        }