diff options
-rw-r--r-- | includes/file.inc | 7 |
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. |