From a8e51349c3fdc229031b6adc0d9427cddb74f58a Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 10 Jan 2011 10:18:51 -0500 Subject: [PATCH] What does this flush() do? With it, DIMP whitescreens for me; without it, it seems to work fine. --- imp/lib/Dimp.php | 1 - 1 file changed, 1 deletion(-) 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(); } /** -- 2.11.0