diff options
Diffstat (limited to 'includes/file.inc')
-rw-r--r-- | includes/file.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/file.inc b/includes/file.inc index 2d7b4dc6f..f44a78d11 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -523,8 +523,7 @@ function file_load($fid) { /** * Save a file object to the database. * - * If the $file->fid is not set a new record will be added. Re-saving an - * existing file will not change its status. + * If the $file->fid is not set a new record will be added. * * @param $file * A file object returned by file_load(). |