diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-01 18:41:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-01 18:41:45 +0100 |
commit | b6c7ec262523dc1ddb618c6aaa11c20fe833ba0f (patch) | |
tree | 989e85b77b67d3b7b6e027116361235279c72b2e /system/database/drivers/cubrid/cubrid_driver.php | |
parent | b0b2d041ebad1382bf314fccbae1469a5fe7fad9 (diff) | |
parent | e3a68042c086acfc98ae273adbd8527af0c6ab8b (diff) |
Merge upstream branch
Diffstat (limited to 'system/database/drivers/cubrid/cubrid_driver.php')
-rw-r--r-- | system/database/drivers/cubrid/cubrid_driver.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/database/drivers/cubrid/cubrid_driver.php b/system/database/drivers/cubrid/cubrid_driver.php index 1dc7a454b..99b8e0051 100644 --- a/system/database/drivers/cubrid/cubrid_driver.php +++ b/system/database/drivers/cubrid/cubrid_driver.php @@ -175,21 +175,6 @@ class CI_DB_cubrid_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Set client character set - * - * @param string - * @param string - * @return bool - */ - public function db_set_charset($charset, $collation) - { - // Not supported in CUBRID - return TRUE; - } - - // -------------------------------------------------------------------- - - /** * Version number query string * * @return string |