Skip to content
Snippets Groups Projects
Commit 6f49c598 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #786322 by trevjs: documentation for file_load_multiple() still...

- Patch #786322 by trevjs: documentation for file_load_multiple() still mentions {files} table, and is not conformant to standards.
parent 17482ee1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment