From 03dc576b115b1d93bebea357c7f7b282fd5046f4 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 16 Aug 2002 13:58:21 +0000 Subject: [PATCH] fix for opening compose windows twice in case of forward from the mailbox_display git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3329 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index c1131462..1a236400 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -176,7 +176,6 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { "}\n\n"; } - $js .= $xtra; $js .= "// -->\n". "\n"; -- 2.25.1