alecpl
2010-11-09 ad5881162d1a06b18c045cf2c81826f2d1be1b1e
- oops, fix parse error from last commit


1 files modified
3 ■■■■ changed files
program/include/rcube_imap.php 3 ●●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -3199,7 +3199,8 @@
                return true;
            $key  = $subscription ? 'subscribed' : 'existing';
            $mbox = $this->mod_mailbox($mbox_name)
            $mbox = $this->mod_mailbox($mbox_name);
            if (is_array($this->icache[$key]) && in_array($mbox, $this->icache[$key]))
                return true;