From dd6f784ec4314781862f9ea4085ef48ad2a0bc07 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 22 Sep 2014 10:31:15 +0200 Subject: Fix syntax error --- program/lib/Roundcube/rcube_imap_cache.php | 1 - 1 file changed, 1 deletion(-) (limited to 'program/lib/Roundcube') 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); } -- cgit v1.2.3