From 74bb7ddc7979871e18b6f2d24837a436eb88ace6 Mon Sep 17 00:00:00 2001 From: gpadgham Date: Thu, 9 Nov 2000 15:09:13 +0000 Subject: [PATCH] fixed a bug that wasn't allowing the mailbox to be written into the sort URL links, thus breaking sorting. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@843 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index add986c7..c448cc4a 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -391,6 +391,8 @@ echo ""; echo ""; + $urlMailbox=urlencode($mailbox); + // Print the headers for ($i=1; $i <= count($index_order); $i++) { switch ($index_order[$i]) { -- 2.25.1