Ignore:
Timestamp:
2008/08/22 21:02:42 (18 years ago)
Author:
Seasoft
Message:

・正式版からのマージ(ごく一部)
・ポイントの0セットに関わる調整( http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=1240&forum=2&viewmode=flat&order=ASC&start=30)
・フォーマット修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/install/index.php

    r17477 r17552  
    762762            $sql_split = split(";",$sql); 
    763763            foreach($sql_split as $key => $val){ 
    764                 echo ' '; 
     764                SC_Utils::sfFlush(); 
    765765                if (trim($val) != "") { 
    766766                    $ret = $objDB->query($val); 
Note: See TracChangeset for help on using the changeset viewer.