diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 21:46:49 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 21:46:49 +0000 | 
| commit | a81349c36e1747d63c8bbbe93894dcd0dfec3be5 (patch) | |
| tree | dd39ec53f4688d389c44d3f6e363e7dabd54540c /engine/lib/annotations.php | |
| parent | 8b3043568f128db9f5748b791c36a2091c53f2a0 (diff) | |
| download | elgg-a81349c36e1747d63c8bbbe93894dcd0dfec3be5.tar.gz elgg-a81349c36e1747d63c8bbbe93894dcd0dfec3be5.tar.bz2  | |
Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.
git-svn-id: http://code.elgg.org/elgg/trunk@8119 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/annotations.php')
| -rw-r--r-- | engine/lib/annotations.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 1b3567050..58e83f21e 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -674,6 +674,8 @@ function elgg_list_entities_from_annotation_calculation($options) {   * @param boolean $pagination     Display pagination   * @param string  $orderdir       'desc' or 'asc'   * + * @deprecate 1.8 Use elgg_list_entities_from_annotation_calculation(). + *   * @return string Formatted entity list   */  function list_entities_from_annotation_count_by_metadata($entity_type = "", $entity_subtype = "",  | 
