Ignore:
Timestamp:
2008/07/11 12:25:49 (16 years ago)
Author:
adachi
Message:

テーブル生成タイムアウト対策処理を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/html/install/index.php

    r17400 r17418  
    192192        } 
    193193    } 
    194          
     194 
    195195    if(count($objPage->arrErr) == 0) { 
    196196        // 設定ファイルの生成 
     
    780780            $sql_split = split(";",$sql); 
    781781            foreach($sql_split as $key => $val){ 
    782                 // タイムアウト防止 
    783                 echo ' '; 
    784                 lfFlush(); 
     782                SC_Utils::sfFlush(); 
    785783                if (trim($val) != "") { 
    786784                    $ret = $objDB->query($val); 
     
    10971095    $alldirs = array(); 
    10981096} 
    1099  
    1100 function lfFlush() { 
    1101     flush(); 
    1102     ob_end_flush(); 
    1103     ob_start(); 
    1104 } 
    1105  
    1106 ?> 
Note: See TracChangeset for help on using the changeset viewer.