diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-09-25 18:02:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-09-25 18:02:39 +0000 |
commit | 68c438f805f346f399cf45beaca45b4fd48353c4 (patch) | |
tree | 50b27c68f6d22511a0bb4ec13e6034c4b7637c11 /includes/file.inc | |
parent | 410a814fcbc2db9570107a24b5ae4455ee85d0d6 (diff) | |
download | brdo-68c438f805f346f399cf45beaca45b4fd48353c4.tar.gz brdo-68c438f805f346f399cf45beaca45b4fd48353c4.tar.bz2 |
- Patch #909256 by drunken monkey: improved documentation of file_save().
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(). |