From 8e3dd603979bc5232e390f19c42f2f25a3d0e8b4 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 30 May 2002 14:35:51 +0000 Subject: [PATCH] Flush instead of echo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2908 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index c7d24e2e..ceed2dc4 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -606,7 +606,8 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg, } while ($i && $i < $endVar); } - echo '' . + echo ''; + $html->flush( $html->tag( 'table', $html->tag( 'tr', $html->tag( 'td', @@ -624,7 +625,8 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg, , array( 'bgcolor' => $color[9], 'width' => '100%', 'cellpadding' => 1, - 'cellspacing' => 1 ) ); + 'cellspacing' => 1 ) ) + ); /* End of message-list table */ -- 2.25.1