Changeset 20842


Ignore:
Timestamp:
2011/04/15 01:15:04 (13 years ago)
Author:
tao
Message:

refs ##1264 MySQLの場合に文字コード指定を追加

File:
1 edited

Legend:

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

    r20834 r20842  
    795795        // 接続エラー 
    796796        if(!PEAR::isError($objDB)) { 
     797            if($objDB->dbsyntax == "mysql"){ 
     798                $objDB->setCharset(array("utf-8","utf8_general_ci")); 
     799            } 
    797800            $sql_split = split(";",$sql); 
    798801            foreach($sql_split as $key => $val){ 
Note: See TracChangeset for help on using the changeset viewer.