From 04036f33f6af540ce371b1ebd1878018f0816ed8 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 17 Dec 2007 21:29:53 +0000 Subject: removed a duplicate function --- system/database/DB_active_rec.php | 12 ------------ 1 file changed, 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 @@ -777,18 +777,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 * -- cgit v1.2.3-24-g4f1b