summaryrefslogtreecommitdiff
path: root/includes/file.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-01 00:44:04 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-01 00:44:04 +0000
commit6f49c598157117549f36c4471a875ab04dd282fb (patch)
treefbcc5c6c653ea177b2d138fb8b8b3745feea47f7 /includes/file.inc
parent17482ee1cb46ca9f3b223d879f86018de1f8b81b (diff)
downloadbrdo-6f49c598157117549f36c4471a875ab04dd282fb.tar.gz
brdo-6f49c598157117549f36c4471a875ab04dd282fb.tar.bz2
- Patch #786322 by trevjs: documentation for file_load_multiple() still mentions {files} table, and is not conformant to standards.
Diffstat (limited to 'includes/file.inc')
-rw-r--r--includes/file.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 59ecadfe3..dc7c7835a 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -461,13 +461,14 @@ function file_create_htaccess($directory, $private = TRUE) {
}
/**
- * Load file objects from the database.
+ * Loads file objects from the database.
*
* @param $fids
* An array of file IDs.
* @param $conditions
- * An array of conditions to match against the {files} table. These
- * should be supplied in the form array('field_name' => 'field_value').
+ * An array of conditions to match against the {file_managed} table.
+ * These should be supplied in the form array('field_name' =>
+ * 'field_value').
*
* @return
* An array of file objects, indexed by fid.