From: philippe_mingo Date: Wed, 24 Oct 2001 08:54:33 +0000 (+0000) Subject: Flushes the message header. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2ac56aff94eaf0e985e6fcfe182a38f96bec4e5;p=squirrelmail.git Flushes the message header. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1601 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index dfcf7e24..1b123171 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -418,8 +418,9 @@ do_hook("read_body_header"); echo '' . ' ' . - '' . - "\n" . + '
'; + flush(); + echo "\n" . "
\n" . '
';