Changeset 9829
- Timestamp:
- 06/24/08 13:07:25 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/vendor/creole/drivers/mysqli/MySQLiConnection.php
r6010 r9829 116 116 117 117 if ($encoding) { 118 $this-> executeUpdate("SET NAMES " . $encoding);118 $this->dblink->set_charset( $encoding ); 119 119 } 120 120 }