From: stekkel Date: Mon, 18 Apr 2005 18:15:47 +0000 (+0000) Subject: Don't trigger checkForm when we show the pageHeader. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b89ceca684cc0923439c7a3abc570b761fdcf216 Don't trigger checkForm when we show the pageHeader. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9350 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index cbd3149b..7998c13c 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -937,7 +937,7 @@ for ($i = 0; $i < $cnt; $i++) { } } -displayPageHeader($color, $mailbox); +displayPageHeader($color, $mailbox,'',''); formatMenuBar($aMailbox, $passed_id, $passed_ent_id, $message,false); formatEnvheader($aMailbox, $passed_id, $passed_ent_id, $message, $color, $FirstTimeSee); echo '';