projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab4c36
)
Revert "What does this flush() do? With it, DIMP whitescreens for me; without it...
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 15 Jan 2011 04:29:14 +0000
(23:29 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 15 Jan 2011 04:29:14 +0000
(23:29 -0500)
This reverts commit
a8e51349c3fdc229031b6adc0d9427cddb74f58a
.
imp/lib/Dimp.php
patch
|
blob
|
history
diff --git
a/imp/lib/Dimp.php
b/imp/lib/Dimp.php
index
e247760
..
e5e05f8
100644
(file)
--- 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();
}
/**