From 803e63de6d782d0c3e4647fe9a639fcaa5ee9bcb Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Wed, 7 Jul 2010 13:13:44 +0000 Subject: [PATCH] - Patch #847152 by fago: fix EntityFieldQuery::execute doxygen. --- includes/entity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/entity.inc b/includes/entity.inc index 95e7c6b1c933..55672c7c7c6b 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -758,7 +758,7 @@ public function age($age) { * Note if the entity type is known, then the following snippet will load * the entities found: * @code - * $result = $query->execute; + * $result = $query->execute(); * $entities = entity_load($my_type, array_keys($result[$my_type])); * @endcode */ -- GitLab