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