Index: branches/feature-module-update/data/class/util/SC_Utils.php
===================================================================
--- branches/feature-module-update/data/class/util/SC_Utils.php	(revision 16682)
+++ branches/feature-module-update/data/class/util/SC_Utils.php	(revision 16710)
@@ -1931,4 +1931,15 @@
 	}
 	
+    /**
+     * 出力バッファをフラッシュし, バッファリングを開始する.
+     *
+     * @return void
+     */
+    function flush() {
+        flush();
+        ob_end_flush();
+        ob_start();
+    }
+	
     /* デバッグ用 ------------------------------------------------------------------------------------------------*/
     function sfPrintR($obj) {
