Index: branches/version-2/html/install/index.php
===================================================================
--- branches/version-2/html/install/index.php	(revision 17400)
+++ branches/version-2/html/install/index.php	(revision 17418)
@@ -192,5 +192,5 @@
         }
     }
-        
+
     if(count($objPage->arrErr) == 0) {
         // 設定ファイルの生成
@@ -780,7 +780,5 @@
             $sql_split = split(";",$sql);
             foreach($sql_split as $key => $val){
-                // タイムアウト防止
-                echo ' ';
-                lfFlush();
+                SC_Utils::sfFlush();
                 if (trim($val) != "") {
                     $ret = $objDB->query($val);
@@ -1097,10 +1095,2 @@
     $alldirs = array();
 }
-
-function lfFlush() {
-    flush();
-    ob_end_flush();
-    ob_start();
-}
-
-?>
