Changeset 17592


Ignore:
Timestamp:
2008/09/03 19:11:59 (16 years ago)
Author:
Seasoft
Message:

#346 初期登録データが改行されない不具合を改修。
Linux, PHP 5.2.5, {PostgreSQL 8.3.3, MySQL 5.0.51a} にて動作テスト。

File:
1 edited

Legend:

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

    r17577 r17592  
    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.