]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed incorrect deprecated warning.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Feb 2010 02:59:15 +0000 (02:59 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Feb 2010 02:59:15 +0000 (02:59 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3878 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/annotations.php

index 105282c8cac3513405c22fbe517e22e43a911bba..666b83309b8a361205813415d034942986f65077 100644 (file)
@@ -695,7 +695,7 @@ function elgg_get_entity_annotation_where_sql($table, $names = NULL, $values = N
 function get_entities_from_annotations($entity_type = "", $entity_subtype = "", $name = "", $value = "",
 $owner_guid = 0, $group_guid = 0, $limit = 10, $offset = 0, $order_by = "asc", $count = false,
 $timelower = 0, $timeupper = 0) {
-       elgg_deprecated_notice('get_entities_from_annotations() was deprecated by elgg_get_entities_from_annotations().', 1.3);
+       elgg_deprecated_notice('get_entities_from_annotations() was deprecated by elgg_get_entities_from_annotations().', 1.7);
 
        $options = array();