Don't trigger checkForm when we show the pageHeader.
[squirrelmail.git] / src / read_body.php
index cbd3149ba31803da48dda2e8b659fac26d129f65..7998c13cd3d879e1d7ec7d0b3a8ed804e75b84de 100644 (file)
@@ -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 '<table width="100%" cellpadding="0" cellspacing="0" align="center" border="0">';