Changeset 18980


Ignore:
Timestamp:
2010/11/06 19:19:25 (13 years ago)
Author:
fukuda
Message:

使っていない不要なDB定義を削除
(XAMPP環境では、 /data/class/SC_Query.php でインストール時のエラーになる原因?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-D/data/class/SC_Query.php

    r18820 r18980  
    6565            $this->conn = MDB2::singleton($dsn, $options); 
    6666        } 
    67  
    6867        if (!PEAR::isError($this->conn)) { 
    6968            $this->conn->setCharset(CHAR_CODE); 
    7069            $this->conn->setFetchMode(MDB2_FETCHMODE_ASSOC); 
    7170        } 
    72  
    7371        $this->dbFactory = SC_DB_DBFactory_Ex::getInstance(); 
    7472        $this->force_run = $force_run; 
Note: See TracChangeset for help on using the changeset viewer.