From daadd01b5eaf9da933a9fa35a0dec57bdca790a6 Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 12 Feb 2011 21:59:10 +0000 Subject: Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata(). git-svn-id: http://code.elgg.org/elgg/trunk@8177 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/metadata.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engine/lib/metadata.php') diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php index c123a89b0..600e72e71 100644 --- a/engine/lib/metadata.php +++ b/engine/lib/metadata.php @@ -328,6 +328,12 @@ function delete_metadata($id) { * * @see elgg_get_entities * + * @warning 1.7's find_metadata() didn't support limits and returned all metadata. + * This function defaults to a limit of 25. There is probably not a reason + * for you to return all metadata unless you're exporting an entity, + * have other restraints in place, or are doing something horribly + * wrong in your code. + * * @param array $options Array in format: * * metadata_names => NULL|ARR metadata names -- cgit v1.2.3