From 7a8e71e0bee35770bb290bbdb6bb33390c605afd Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 19 Mar 2011 20:53:17 -0400 Subject: [PATCH] - Patch #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. --- includes/common.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/common.inc b/includes/common.inc index e9286f4eb5e8..0a3ed73ae698 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -7388,8 +7388,7 @@ function entity_create_stub_entity($entity_type, $ids) { /** * Load entities from the database. * - * This function should be used whenever you need to load more than one entity - * from the database. The entities are loaded into memory and will not require + * The entities are stored in a static memory cache, and will not require * database access if loaded again during the same page request. * * The actual loading is done through a class that has to implement the -- GitLab