projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0e1ed
)
remove commented out code
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 9 Aug 2010 21:01:47 +0000
(17:01 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 9 Aug 2010 21:01:47 +0000
(17:01 -0400)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
96fbff7
..
2700a43
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-97,7
+97,7
@@
class Kronolith
// Send what we have currently output so the browser can start
// loading CSS/JS. See:
// http://developer.yahoo.com/performance/rules.html#flush
- echo Horde::endBuffer();
// ob_flush();
+ echo Horde::endBuffer();
flush();
}