From: ewinslow Date: Sat, 12 Feb 2011 01:17:08 +0000 (+0000) Subject: Added missing @deprecated tags to a couple functions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ecec8a46ad99a243b5cb764ce2e3925d4f62a0f9;p=lorea%2Felgg.git Added missing @deprecated tags to a couple functions git-svn-id: http://code.elgg.org/elgg/trunk@8131 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/deprecated-1.8.php b/engine/lib/deprecated-1.8.php index 6fe2d3531..9906f163e 100644 --- a/engine/lib/deprecated-1.8.php +++ b/engine/lib/deprecated-1.8.php @@ -3102,6 +3102,7 @@ function clear_all_plugin_settings($plugin_id = "") { * @param int $entity_owner_guid Owner guid for the entity * * @return array + * @deprecated 1.8 */ function get_annotations($entity_guid = 0, $entity_type = "", $entity_subtype = "", $name = "", $value = "", $owner_guid = 0, $limit = 10, $offset = 0, $order_by = "asc", $timelower = 0, @@ -3377,6 +3378,7 @@ $value = "", $value_type = "", $owner_guid = 0) { * @param int $timeupper Upper time limit * * @return int + * @deprecated 1.8 */ function get_annotations_calculate_x($sum = "avg", $entity_guid, $entity_type = "", $entity_subtype = "", $name = "", $value = "", $value_type = "", $owner_guid = 0,