Changeset 20745


Ignore:
Timestamp:
2011/03/20 17:37:40 (13 years ago)
Author:
kotani
Message:

#1182 (MySQLでのインストール時にDBエラー)

File:
1 edited

Legend:

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

    r20732 r20745  
    749749 
    750750    if(count($objErr->arrErr) == 0) { 
     751        if (!defined("DB_TYPE")) { 
     752            define("DB_TYPE", $arrRet['db_type']); 
     753        } 
    751754        // 接続確認 
    752755        $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 
Note: See TracChangeset for help on using the changeset viewer.