From fe26d365288caa9fbb201f2e54fef4a04f54fd1c Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 18 Oct 2001 12:35:53 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1584 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 8ba5944c..cad21478 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -423,7 +423,7 @@ $mMore .= '' . ($i+1) . ' '; } else { $mMore .= "" . + "&mailbox=$urlMailbox\" TARGET=\"right\">" . ($i+1) . ' '; } -- 2.25.1