diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-28 07:49:21 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-28 07:49:21 -0500 |
commit | 1a7482cc32bd9589f3b638d4380c55fcd2b08526 (patch) | |
tree | ec37c7a7470d693592c720206c75d71f0e7c6631 /engine | |
parent | 8b4d5463936e321dd819f678b8e7693f83b44a1f (diff) | |
download | elgg-1a7482cc32bd9589f3b638d4380c55fcd2b08526.tar.gz elgg-1a7482cc32bd9589f3b638d4380c55fcd2b08526.tar.bz2 |
Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentation
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/entities.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index ef03a698d..0b229aac5 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -738,6 +738,7 @@ function elgg_entity_exists($guid) { * Joined with subtypes by AND. See below) * * subtypes => NULL|STR entity subtype (SQL: subtype IN ('subtype1', 'subtype2)) + * Use ELGG_ENTITIES_NO_VALUE for no subtype. * * type_subtype_pairs => NULL|ARR (array('type' => 'subtype')) * (type = '$type' AND subtype = '$subtype') pairs |