From 422434216351c84e868b2c91e8bf0059446b89ed Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 14 Feb 2011 02:41:53 +0000 Subject: More fixes to annotations/metadata changes. Now all function support getting via a metastring id. git-svn-id: http://code.elgg.org/elgg/trunk@8221 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 d4483ab82..c37596ea8 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -172,6 +172,8 @@ function update_annotation($annotation_id, $name, $value, $value_type, $owner_gu * * annotation_values => NULL|ARR Annotation values * + * annotation_ids => NULL|ARR annotation ids + * * annotation_case_sensitive => BOOL Overall Case sensitive * * annotation_owner_guids => NULL|ARR guids for annotation owners -- cgit v1.2.3