From: Chuck Hagenbuch Date: Sat, 15 Jan 2011 04:29:14 +0000 (-0500) Subject: Revert "What does this flush() do? With it, DIMP whitescreens for me; without it... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2dc161f64c2f26c513ce806105418a4ceec96763;p=horde.git Revert "What does this flush() do? With it, DIMP whitescreens for me; without it, it seems to work fine." This reverts commit a8e51349c3fdc229031b6adc0d9427cddb74f58a. --- diff --git a/imp/lib/Dimp.php b/imp/lib/Dimp.php index e24776080..e5e05f87f 100644 --- a/imp/lib/Dimp.php +++ b/imp/lib/Dimp.php @@ -81,6 +81,7 @@ class IMP_Dimp // loading CSS/JS. See: // http://developer.yahoo.com/performance/rules.html#flush echo Horde::endBuffer(); + flush(); } /**