diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-27 11:20:52 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-27 11:20:52 +0100 |
commit | 063f5963b01f9c19a2ed070d9e3aa077a2515c21 (patch) | |
tree | 435e52e36a638740560816d7e4fa4b0c490f9d47 /system/database/drivers/oci8/oci8_driver.php | |
parent | 5148029aaf204fb3e7e4f24a794bee781d0c218b (diff) |
Fixed a db_set_charset() bug
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index c6621901b..292ccd0fd 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -139,22 +139,6 @@ class CI_DB_oci8_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Set client character set - * - * @access public - * @param string - * @param string - * @return resource - */ - public function db_set_charset($charset, $collation) - { - // this is done upon connect - return TRUE; - } - - // -------------------------------------------------------------------- - - /** * Version number query string * * @access protected |