Flushes the message header.
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 24 Oct 2001 08:54:33 +0000 (08:54 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 24 Oct 2001 08:54:33 +0000 (08:54 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1601 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index dfcf7e24abb1e54538c76a1caceb6f2518e56e1a..1b12317106958f3243b513a5c28334c3454ec4f9 100644 (file)
    do_hook("read_body_header");
    echo '</TABLE>' .
         '   </TD></TR>' .
-        '</table>' .
-        "<TABLE CELLSPACING=0 WIDTH=97% BORDER=0 ALIGN=CENTER CELLPADDING=0>\n" .
+        '</table>';
+   flush();        
+   echo "<TABLE CELLSPACING=0 WIDTH=97% BORDER=0 ALIGN=CENTER CELLPADDING=0>\n" .
         "   <TR><TD BGCOLOR=\"$color[4]\" WIDTH=100%>\n" .
         '<BR>';