Changeset 20843


Ignore:
Timestamp:
2011/04/15 02:05:08 (13 years ago)
Author:
tao
Message:

refs #1246 文字コード指定を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_Query.php

    r20833 r20843  
    7777        } 
    7878        if (!PEAR::isError($this->conn)) { 
    79             $this->conn->setCharset('utf8'); 
     79            $this->conn->setCharset(array("utf8","utf8_general_ci")); 
    8080            $this->conn->setFetchMode(MDB2_FETCHMODE_ASSOC); 
    8181        } 
Note: See TracChangeset for help on using the changeset viewer.