From: pdontthink Date: Tue, 15 Mar 2005 22:42:15 +0000 (+0000) Subject: bringing back forwarding functionality for message list when comp_in_new is turned... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=63104486df12af4274511284ea36e9d41318647c;p=squirrelmail.git bringing back forwarding functionality for message list when comp_in_new is turned on; also removing superfluous code when not needed - helps bandwidth requirement git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9041 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 424d420a..37d6c7dd 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -264,9 +264,14 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { break; case 'src/right_main.php': -// following code graciously stolen from phpMyAdmin project at: -// http://www.phpmyadmin.net - $js = <<' . "\n\n\n"; + $js .= $xtra . "\n\n// -->\n\n"; $onload = ''; displayHtmlHeader ('SquirrelMail', $js); break;