summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook/edit.inc
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-12-03 16:54:12 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-12-03 16:54:12 +0000
commit2dc87919396cd68a07a20164d0816761dca909ea (patch)
tree7fc050b1e1c2215e1c8c5d43af1f45c6f33eb498 /roundcubemail/program/steps/addressbook/edit.inc
parentaec4bd921d413dd835f21f4ab6765fab7e882d89 (diff)
Re-design of caching (new database table added\!); some bugfixes; Postgres support
git-svn-id: https://svn.roundcube.net/trunk@88 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook/edit.inc')
-rw-r--r--roundcubemail/program/steps/addressbook/edit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/edit.inc b/roundcubemail/program/steps/addressbook/edit.inc
index feb794f4d..a129d0094 100644
--- a/roundcubemail/program/steps/addressbook/edit.inc
+++ b/roundcubemail/program/steps/addressbook/edit.inc
@@ -26,7 +26,7 @@ if (($_GET['_cid'] || $_POST['_cid']) && $_action=='edit')
$DB->query("SELECT * FROM ".get_table_name('contacts')."
WHERE contact_id=?
AND user_id=?
- AND del<>'1'",
+ AND del<>1",
$cid,
$_SESSION['user_id']);