program/include/rcube_user.php
@@ -123,7 +123,7 @@ $this->language = $_SESSION['language']; if ($this->db->affected_rows()) { $config->merge($a_user_prefs); $config->set_user_prefs($a_user_prefs); return true; } @@ -244,9 +244,6 @@ function delete_identity($iid) { if (!$this->ID) return false; if (!$this->ID || $this->ID == '') return false; $sql_result = $this->db->query("SELECT count(*) AS ident_count FROM " .