浏览代码

Doh! Left an extra curly brace.

allah03 24 年之前
父节点
当前提交
8c6b0c3d72
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/imap_mailbox.php

+ 1 - 1
functions/imap_mailbox.php

@@ -158,7 +158,7 @@
          if (substr($mailbox, -1) == $dm)
             $mailbox = substr($mailbox, 0, strlen($mailbox) - 1);
          $boxes[$g]['unformatted'] = $mailbox;
-         if (substr($mailbox,0,strlen($folder_prefix))==$folder_prefix) { 
+         if (substr($mailbox,0,strlen($folder_prefix))==$folder_prefix)
             $mailbox = substr($mailbox, strlen($folder_prefix));
          $boxes[$g]['unformatted-disp'] = $mailbox;
          $boxes[$g]['id'] = $g;