Aleksander Machniak
2014-09-22 dd6f784ec4314781862f9ea4085ef48ad2a0bc07
Fix syntax error
1 files modified
1 ■■■■ changed files
program/lib/Roundcube/rcube_imap_cache.php 1 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap_cache.php
@@ -571,7 +571,6 @@
            ." 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);
    }