alecpl
2010-02-23 6a31558dd88105b5191fb025d822d8514832ec2d
program/include/rcube_user.php
@@ -16,7 +16,7 @@
 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
 +-----------------------------------------------------------------------+
 $Id: rcube_user.inc 933 2007-11-29 14:17:32Z thomasb $
 $Id$
*/
@@ -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 " .