commit | 4a31568b2eb410dd153a3636da13d62e9cbfd41a | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jan 26 02:03:10 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jan 26 02:03:10 2012 +0200 |
tree | f521ca132954d4035f968f7124024df94475a553 | |
parent | 342a466b4739b9c3dd05c417d1ae56f0ca14fd8d [diff] [blame] |
DB forge escaping related
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 58d9b9b..9fce186 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php
@@ -568,7 +568,7 @@ * @param string * @return string */ - protected function _escape_identifiers($item) + public function _escape_identifiers($item) { if ($this->_escape_char == '') {