From 2dc161f64c2f26c513ce806105418a4ceec96763 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 14 Jan 2011 23:29:14 -0500 Subject: [PATCH] Revert "What does this flush() do? With it, DIMP whitescreens for me; without it, it seems to work fine." This reverts commit a8e51349c3fdc229031b6adc0d9427cddb74f58a. --- imp/lib/Dimp.php | 1 + 1 file changed, 1 insertion(+) 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(); } /** -- 2.11.0