diff options
author | kylefarris <kylefarris@gmail.com> | 2011-08-26 08:37:52 +0200 |
---|---|---|
committer | kylefarris <kylefarris@gmail.com> | 2011-08-26 08:37:52 +0200 |
commit | 0a3176b56ad069643c400302b1baf9a2c90267ad (patch) | |
tree | a6312e3c2b33e526b43d76da54b9010246a86907 /system/database/DB_active_rec.php | |
parent | 0c147b365a8bb2e584d4f957d4d0761f02bebe56 (diff) |
Small formatting fix.
Diffstat (limited to 'system/database/DB_active_rec.php')
-rw-r--r-- | system/database/DB_active_rec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 8c801cd62..c36e20348 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -947,7 +947,7 @@ class CI_DB_active_record extends CI_DB_driver { public function get_compiled_select($table = '', $reset = TRUE) { if ($table != '') - { + { $this->_track_aliases($table); $this->from($table); } |