From: allah03 Date: Thu, 17 May 2001 04:22:47 +0000 (+0000) Subject: Doh! Left an extra curly brace. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=20eb26214587b61142c2def34b8e9e00ce866016;ds=inline Doh! Left an extra curly brace. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1373 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 784d9216..e8794669 100755 --- a/functions/imap_mailbox.php +++ b/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;