From 6f49c598157117549f36c4471a875ab04dd282fb Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 1 Jul 2010 00:44:04 +0000 Subject: [PATCH] - Patch #786322 by trevjs: documentation for file_load_multiple() still mentions {files} table, and is not conformant to standards. --- includes/file.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/file.inc b/includes/file.inc index 59ecadfe3ec4..dc7c7835acaf 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. -- GitLab