aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-11-01 21:17:21 -0400
committercash <cash.costello@gmail.com>2011-11-01 21:17:21 -0400
commit5b02eb29cb5b1e6efb27a9b8cb865bc86ef2eeea (patch)
tree5f609eb2a59794eed47871b1c5045a4ade79c24a /engine/lib/access.php
parent508fe03a44dec3a275c19fe2c63ab63fd04c0880 (diff)
downloadelgg-5b02eb29cb5b1e6efb27a9b8cb865bc86ef2eeea.tar.gz
elgg-5b02eb29cb5b1e6efb27a9b8cb865bc86ef2eeea.tar.bz2
standardized the elgg_get_entities* function @return documentation
Diffstat (limited to 'engine/lib/access.php')
-rw-r--r--engine/lib/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php
index 002413baa..97f744fb9 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -792,7 +792,7 @@ function get_members_of_access_collection($collection, $idonly = FALSE) {
* access_id => int The access ID of the entity.
*
* @see elgg_get_entities()
- * @return mixed if count, int. if not count, array. false on errors.
+ * @return mixed If count, int. If not count, array. false on errors.
* @since 1.7.0
*/
function elgg_get_entities_from_access_id(array $options = array()) {