diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-01 18:59:33 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-01 18:59:33 +0100 |
commit | 0693447538a7756363f31706b54d0b7503c4952f (patch) | |
tree | 4d435e7bf14db63f5053fb3d14245ce04ba782de /system/database/drivers/oci8 | |
parent | 7ccb7ecc8e84f8e4f4cdf5ed10247f4350c7ec34 (diff) | |
parent | e3a68042c086acfc98ae273adbd8527af0c6ab8b (diff) |
Merge upstream branch
Diffstat (limited to 'system/database/drivers/oci8')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index ba53178b8..9047c2185 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -215,21 +215,6 @@ class CI_DB_oci8_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Set client character set - * - * @param string - * @param string - * @return resource - */ - public function db_set_charset($charset, $collation) - { - // this is done upon connect - return TRUE; - } - - // -------------------------------------------------------------------- - - /** * Version number query string * * @return string |