]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added missing @deprecated tags to a couple functions
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 12 Feb 2011 01:17:08 +0000 (01:17 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 12 Feb 2011 01:17:08 +0000 (01:17 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8131 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/deprecated-1.8.php

index 6fe2d353164ef27b88eea8a67b9dafb0f152661d..9906f163e572ec2c471c996c6e73e29c18ad5ee5 100644 (file)
@@ -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,