From 16ab61287495c11e815dec353fdaaa240c087ee5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Jul 2009 09:28:07 +0000 Subject: - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested. --- modules/field/field.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/field/field.module') diff --git a/modules/field/field.module b/modules/field/field.module index 9f023aa6b..70ae73dde 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -90,9 +90,15 @@ define('FIELD_LOAD_REVISION', 'FIELD_LOAD_REVISION'); /** * @name Field query flags * @{ - * Flags for use in the $result_format parameter in field_attach_query(). + * Flags for field_attach_query(). */ +/** + * Limit argument for field_attach_query() to request all available + * objects instead of a limited number. + */ +define('FIELD_QUERY_NO_LIMIT', 'FIELD_QUERY_NO_LIMIT'); + /** * Result format argument for field_attach_query(). */ -- cgit v1.2.3