summaryrefslogtreecommitdiff
path: root/includes/file.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-04-18 10:57:16 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-04-18 10:57:16 -0700
commitdfa820dc0a9f120bfcdce67425a4d000c5c39059 (patch)
tree8f0d500ccff8e09def4b9c9bf28522c500baa215 /includes/file.inc
parent8e6e51547ecc1c8e09b61ed5d8c436caee17d0a6 (diff)
downloadbrdo-dfa820dc0a9f120bfcdce67425a4d000c5c39059.tar.gz
brdo-dfa820dc0a9f120bfcdce67425a4d000c5c39059.tar.bz2
Issue #1537370 by Liam Morland: Improve documentation of return value for file_load()
Diffstat (limited to 'includes/file.inc')
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
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()