From 39b622db9bda38282a32bb45623da63efe685729 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 16 Jan 2008 21:10:09 +0000 Subject: Many new Active Record functions, and another whack of stuff --- system/database/drivers/odbc/odbc_result.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/database/drivers/odbc/odbc_result.php') diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php index e909fd743..53c317356 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -192,7 +192,6 @@ class CI_DB_odbc_result extends CI_DB_result { * @access private * @return object */ - function _odbc_fetch_object(& $odbc_result) { $rs = array(); $rs_obj = false; @@ -215,7 +214,6 @@ class CI_DB_odbc_result extends CI_DB_result { * @access private * @return array */ - function _odbc_fetch_array(& $odbc_result) { $rs = array(); $rs_assoc = false; -- cgit v1.2.3-24-g4f1b