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

マージミス修正

File:
1 edited

Legend:

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

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