till
2008-02-16 8779cd097b71d10a58e1724ade73c8c6a49ca12b
* doublechecking the user id is set

1 files modified
3 ■■■■■ changed files
program/include/rcube_user.inc 3 ●●●●● patch | view | raw | blame | history
program/include/rcube_user.inc
@@ -242,6 +242,9 @@
    if (!$this->ID)
      return false;
    if (!$this->ID || $this->ID == '')
      return false;
    $sql_result = $DB->query("SELECT count(*) AS ident_count FROM " .
      get_table_name('identities') .
      " WHERE user_id = ? AND del != 1",