summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-03-14 17:42:12 +0100
committerAndrey Andreev <narf@devilix.net>2017-03-14 17:42:12 +0100
commitea0735264dfebd64858933e03a3b33323b14178e (patch)
tree466287da0885b0e02f92359c6fff099af7c552ec /system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php
parente9d68ab58f01e15bb344a015fcce8444ea8cc247 (diff)
Fix #5050
Diffstat (limited to 'system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php')
-rw-r--r--system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php b/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php
index 5a492d881..066dd9614 100644
--- a/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php
+++ b/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php
@@ -168,7 +168,7 @@ class CI_DB_pdo_odbc_driver extends CI_DB_pdo_driver {
*/
protected function _escape_str($str)
{
- $this->db->display_error('db_unsupported_feature');
+ $this->display_error('db_unsupported_feature');
}
// --------------------------------------------------------------------