From 4b2fe13af7bec5d7c443d4142fbc22ab2cdca902 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 2 Jun 2002 11:44:53 +0000 Subject: [PATCH] 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 --- functions/imap_mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.25.1