Changeset 20856 for branches/version-2_11-dev/data/class/SC_Query.php
- Timestamp:
- 2011/04/18 13:22:34 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_11-dev/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/SC_Query.php
r20843 r20856 77 77 } 78 78 if (!PEAR::isError($this->conn)) { 79 $this->conn->setCharset( array("utf8","utf8_general_ci"));79 $this->conn->setCharset("utf8"); 80 80 $this->conn->setFetchMode(MDB2_FETCHMODE_ASSOC); 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.
