From dfa820dc0a9f120bfcdce67425a4d000c5c39059 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 18 Apr 2012 10:57:16 -0700 Subject: Issue #1537370 by Liam Morland: Improve documentation of return value for file_load() --- includes/file.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/file.inc') diff --git a/includes/file.inc b/includes/file.inc index 7ec13f32e..f7d3f34c1 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -541,7 +541,7 @@ function file_load_multiple($fids = array(), $conditions = array()) { * A file ID. * * @return - * A file object. + * An object representing the file, or FALSE if the file was not found. * * @see hook_file_load() * @see file_load_multiple() -- cgit v1.2.3