From 605a07a2ea479a8761588f7775b500a7e8d9e098 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 17 Oct 2008 04:07:54 +0000 Subject: Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. --- system/database/drivers/mysql/mysql_result.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'system/database/drivers/mysql/mysql_result.php') diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php index ec75955e8..a28a19855 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.php @@ -70,12 +70,6 @@ class CI_DB_mysql_result extends CI_DB_result { return $field_names; } - - // Deprecated - function field_names() - { - return $this->list_fields(); - } // -------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b