Changeset 17662


Ignore:
Timestamp:
2008/10/28 11:01:46 (15 years ago)
Author:
takegami
Message:

マージミス修正

File:
1 edited

Legend:

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

    r17661 r17662  
    750750        // 接続エラー 
    751751        if(!PEAR::isError($objDB)) { 
    752             // 改行、タブを1スペースに変換 
    753             $sql = preg_replace("/[\r\n\t]/"," ",$sql); 
    754752            $sql_split = split(";",$sql); 
    755753            foreach($sql_split as $key => $val){ 
Note: See TracChangeset for help on using the changeset viewer.