From 1a7482cc32bd9589f3b638d4380c55fcd2b08526 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 28 Jan 2012 07:49:21 -0500 Subject: Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentation --- engine/lib/entities.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/entities.php') 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 -- cgit v1.2.3