From: Cash Costello Date: Sat, 28 Jan 2012 12:49:21 +0000 (-0500) Subject: Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1a7482cc32bd9589f3b638d4380c55fcd2b08526;p=lorea%2Felgg.git Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentation --- 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