Changeset 17663


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

#346 修正

File:
1 edited

Legend:

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

    r17622 r17663  
    777777        // 接続エラー 
    778778        if(!PEAR::isError($objDB)) { 
    779             // 改行、タブを1スペースに変換 
    780             $sql = preg_replace("/[\r\n\t]/"," ",$sql); 
    781779            $sql_split = split(";",$sql); 
    782780            foreach($sql_split as $key => $val){ 
Note: See TracChangeset for help on using the changeset viewer.