diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-17 06:07:54 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-17 06:07:54 +0200 |
commit | 605a07a2ea479a8761588f7775b500a7e8d9e098 (patch) | |
tree | 9b49115a508ac4189398de9868780b38034022b5 /system/database/drivers/odbc/odbc_result.php | |
parent | 59523592c58abc303a6eae1904c80fa6a428c3d3 (diff) |
Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly.
Diffstat (limited to 'system/database/drivers/odbc/odbc_result.php')
-rw-r--r-- | system/database/drivers/odbc/odbc_result.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php index 8b485ec55..6d6542e77 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -71,12 +71,6 @@ class CI_DB_odbc_result extends CI_DB_result { return $field_names;
}
- // Deprecated
- function field_names()
- {
- return $this->list_fields();
- }
-
// --------------------------------------------------------------------
/**
|