Changeset 1656
- Timestamp:
- 01/01/2008 10:58:32 PM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database_Mysqli.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database_Mysqli.php
r1655 r1656 75 75 } 76 76 77 public function set_charset($charset) 78 { 79 if ($this->link->set_charset($charset) === FALSE) 80 throw new Kohana_Database_Exception('database.error', 'Could not set the charset to '.$charset);; 81 } 82 77 83 public function stmt_prepare($sql = '', $label) 78 84 {
