diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-20 15:59:47 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-20 15:59:47 +0000 |
| commit | c780fe0eeaa09fc0001c770b6e24102e54203b25 (patch) | |
| tree | 92f13b225757ee08b0901a1cb52d6666fa725654 | |
| parent | 0966393433f100a618d0267f646684145adfb95b (diff) | |
* fixing #1484792 (Thanks for the note!)
git-svn-id: https://svn.roundcube.net/trunk@1123 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_user.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_user.inc b/roundcubemail/program/include/rcube_user.inc index 47e74620a..41b424f1d 100644 --- a/roundcubemail/program/include/rcube_user.inc +++ b/roundcubemail/program/include/rcube_user.inc @@ -247,7 +247,7 @@ class rcube_user $sql_result = $DB->query("SELECT count(*) AS ident_count FROM " . get_table_name('identities') . - " WHERE user_id = ? AND del != 1", + " WHERE user_id = ? AND del <> 1", $this->ID); $sql_arr = $DB->fetch_assoc($sql_result); |
