summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-01 18:24:38 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-01 18:24:38 +0100
commite3a68042c086acfc98ae273adbd8527af0c6ab8b (patch)
tree8fac11c939596396b9b3fb4aae83e8cf58e147dd /system/database/drivers/oci8/oci8_driver.php
parentea3eec9f670ea861a65a3e251d8c518ff47e2506 (diff)
parent8e22cfdc2fe626bed2a3e570bc71f25d61d6546c (diff)
Merge pull request #1083 from narfbg/develop-db-set-charset
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.php16
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 057095c23..d9acaaea6 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