From e78e7f48e52dee6bd619f947e67f4fbe380ce423 Mon Sep 17 00:00:00 2001 From: teepe Date: Fri, 2 Nov 2001 15:46:20 +0000 Subject: [PATCH] changed displayal of folders to move to from unformatted-disp to formatted git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1679 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 678606b1..f8e6865a 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -544,7 +544,7 @@ for ($i = 0; $i < count($boxes); $i++) { if (!in_array("noselect", $boxes[$i]['flags'])) { $box = $boxes[$i]['unformatted']; - $box2 = str_replace(' ', ' ', $boxes[$i]['unformatted-disp']); + $box2 = str_replace(' ', ' ', $boxes[$i]['formatted']); echo " \n"; } } @@ -700,4 +700,4 @@ return substr($subject, 0, $trim_val) . '...'; } -?> \ No newline at end of file +?> -- 2.25.1