Changeset 9830
- Timestamp:
- 06/24/08 13:08:26 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/vendor/creole/drivers/mysqli/MySQLiConnection.php
r6011 r9830 116 116 117 117 if ($encoding) { 118 $this-> executeUpdate("SET NAMES " . $encoding);118 $this->dblink->set_charset( $encoding ); 119 119 } 120 120 }