From 517d262f59179cd29036b4280a6c5ed5c3a87f33 Mon Sep 17 00:00:00 2001 From: icewing Date: Tue, 11 Mar 2008 16:43:21 +0000 Subject: Marcus Povey * Removed subtypes until problems with tag system are sorted out. git-svn-id: https://code.elgg.org/elgg/trunk@167 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 21f62f715..bbafd9bc3 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -143,7 +143,7 @@ * @param int $limit * @param int $offset */ - function get_annotations($object_id = 0, $object_type = "", $name = "", $value = "", $owner_id = 0, $object_subtype = "", $order_by = "created desc", $limit = 10, $offset = 0) + function get_annotations($object_id = 0, $object_type = "", $name = "", $value = "", $owner_id = 0, $order_by = "created desc", $limit = 10, $offset = 0) { global $CONFIG; -- cgit v1.2.3