summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_imap_cache.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-09-22 10:31:15 +0200
committerAleksander Machniak <alec@alec.pl>2014-09-22 10:31:15 +0200
commitdd6f784ec4314781862f9ea4085ef48ad2a0bc07 (patch)
tree21babc3e3ff2227c3ae7bc7902a3c75c42582efe /program/lib/Roundcube/rcube_imap_cache.php
parent000f6ee3041c0e587c4a54daa95dfc421f7bd2d4 (diff)
Fix syntax error
Diffstat (limited to 'program/lib/Roundcube/rcube_imap_cache.php')
-rw-r--r--program/lib/Roundcube/rcube_imap_cache.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_imap_cache.php b/program/lib/Roundcube/rcube_imap_cache.php
index 6ba6b8b4c..95498e364 100644
--- a/program/lib/Roundcube/rcube_imap_cache.php
+++ b/program/lib/Roundcube/rcube_imap_cache.php
@@ -571,7 +571,6 @@ class rcube_imap_cache
." WHERE `user_id` = ?"
." AND `mailbox` = ?"
.(!empty($uids) ? " AND `uid` IN (".$this->db->array2list($uids, 'integer').")" : "")
- ." AND (`flags` & $idx) ".($enabled ? "= 0" : "= $idx"),
." AND " . sprintf($binary_check, $idx) . ($enabled ? " = 0" : " = $idx"),
$this->userid, $mailbox);
}