diff options
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/DB_active_rec.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index c6e6039e0..6a991a2ed 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -778,18 +778,6 @@ class CI_DB_active_record extends CI_DB_driver { // --------------------------------------------------------------------
/**
- * ORDER BY - DEPRECATED
- *
- * @deprecated use $this->db->orderby() instead
- */
- function order_by($orderby, $direction = '')
- {
- return $this->orderby($orderby, $direction);
- }
-
- // --------------------------------------------------------------------
-
- /**
* Tests whether the string has an SQL operator
*
* @access private
|