From 71d647e7684279a360fcf7c477fdc2f02623f70a Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 2 May 2008 14:50:19 +0000 Subject: reversed my last tweak, another solution will be required git-svn-id: https://code.elgg.org/elgg/trunk@628 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 626ff34de..8a690769d 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -218,7 +218,7 @@ * @param int $offset * @param string $order_by */ - function get_annotations($entity_guid = 0, $entity_type = "", $entity_subtype = "", $name = "", $value = "", $owner_guid = 0, $limit = 10, $offset = 0, $order_by = "a.time_created asc") + function get_annotations($entity_guid = 0, $entity_type = "", $entity_subtype = "", $name = "", $value = "", $owner_guid = 0, $limit = 10, $offset = 0, $order_by = "a.time_created desc") { global $CONFIG; -- cgit v1.2.3