From: kink Date: Sun, 2 Jun 2002 11:44:53 +0000 (+0000) Subject: Remove $boxesnew from global to make new way of getting mailboxlist X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4b2fe13af7bec5d7c443d4142fbc22ab2cdca902;p=squirrelmail.git Remove $boxesnew from global to make new way of getting mailboxlist work. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2920 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index f3121520..5594e78f 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -437,7 +437,7 @@ function user_strcasecmp($a, $b) { * See comment on sqimap_mailbox_parse() for info about the returned array. */ function sqimap_mailbox_list($imap_stream) { - global $boxesnew, $default_folder_prefix; + global $default_folder_prefix; if ( !isset( $boxesnew ) ) {