浏览代码

Don't trigger checkForm when we show the pageHeader.

stekkel 20 年之前
父节点
当前提交
985f863c82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/read_body.php

+ 1 - 1
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 '<table width="100%" cellpadding="0" cellspacing="0" align="center" border="0">';