From 089ecf82f7900c2e62d49beccbe136784b426764 Mon Sep 17 00:00:00 2001 From: sheal Date: Tue, 8 Jan 2013 06:16:12 +0000 Subject: [PATCH] Reverted _compile_select & _reset_select to public (Hero fix to a change in CI 2.1.3) --- system/database/DB_active_rec.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 10febb1f..016461a1 100755 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -1670,7 +1670,7 @@ protected function _track_aliases($table) * * @return string */ - protected function _compile_select($select_override = FALSE) + public function _compile_select($select_override = FALSE) { // Combine any cached components with the current statements $this->_merge_cache(); @@ -1992,7 +1992,7 @@ protected function _reset_run($ar_reset_items) * * @return void */ - protected function _reset_select() + public function _reset_select() { $ar_reset_items = array( 'ar_select' => array(),