diff --git a/includes/file.inc b/includes/file.inc index f9c38b2..abdfaef --- a/includes/file.inc +++ b/includes/file.inc @@ -830,8 +830,13 @@ function file_save_data($data, $dest, $replace = FILE_EXISTS_RENAME) { /** * Set the status of a file. * - * @param file A Drupal file object - * @param status A status value to set the file to. + * @param $file + * A Drupal file object. + * @param $status + * A status value to set the file to. One of: + * - FILE_STATUS_PERMANENT + * - FILE_STATUS_TEMPORARY + * * @return FALSE on failure, TRUE on success and $file->status will contain the * status. */