From: Matteo Nastasi Date: Tue, 31 Jul 2012 13:01:19 +0000 (+0200) Subject: enhanced mop_flush X-Git-Tag: v4.0.0~74 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=e620dd90d1922e518c6e685c6b56d72ebced708f;hp=1bbffeef8e928830f424ed54e2cb3b1642a9de7b;p=brisk.git enhanced mop_flush --- diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 9051a75..1ff1f9f 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -286,7 +286,9 @@ Copyright 2006-2009 Matteo Nasta function mop_flush() { - ob_flush(); + for ($i = 0; $i < ob_get_level(); $i++) + ob_end_flush(); + ob_implicit_flush(1); flush(); }