summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-12-17 22:29:53 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-12-17 22:29:53 +0100
commit04036f33f6af540ce371b1ebd1878018f0816ed8 (patch)
tree952393755ae8f438bec05f322274ff7eda176659 /system
parent218e2bcfd4c9c1ebb2454efc1179d047f40f5b34 (diff)
removed a duplicate function
Diffstat (limited to 'system')
-rw-r--r--system/database/DB_active_rec.php12
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