diff --git a/includes/file.inc b/includes/file.inc index f9c38b2..3910501 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -831,7 +831,10 @@ 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 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. */