From f9ee6f1429f800c3eed3c0ef59d98219be32fba8 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 22 Aug 2010 19:04:55 +0000 Subject: Merged r6614:6617 from 1.7 branch into trunk git-svn-id: http://code.elgg.org/elgg/trunk@6845 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index ac002f394..0bb29c408 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -564,6 +564,8 @@ $timelower = 0, $timeupper = 0) { function list_entities_from_annotations($entity_type = "", $entity_subtype = "", $name = "", $value = "", $limit = 10, $owner_guid = 0, $group_guid = 0, $asc = false, $fullview = true, $viewtypetoggle = false) { elgg_deprecated_notice('list_entities_from_annotations is deprecated by elgg_list_entities_from_annotations', 1.8); + $options = array(); + if ($entity_type) { $options['types'] = $entity_type; } -- cgit v1.2.3