From 68c438f805f346f399cf45beaca45b4fd48353c4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 25 Sep 2010 18:02:39 +0000 Subject: - Patch #909256 by drunken monkey: improved documentation of file_save(). --- includes/file.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') 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(). -- cgit v1.2.3