diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-01-02 23:12:44 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-01-02 23:12:44 +0000 |
commit | 6387508d23dfcee98813ed8ec3b90ebebda96500 (patch) | |
tree | ed6e02210936be0d973118aa91d3546c4b00292c /includes | |
parent | ca2e9b5b11b8bdc5467c431c62a1ba99a6c2329c (diff) | |
download | brdo-6387508d23dfcee98813ed8ec3b90ebebda96500.tar.gz brdo-6387508d23dfcee98813ed8ec3b90ebebda96500.tar.bz2 |
- Fixing doxygen comment.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc index 6f44b1422..fa0c09a5a 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -223,7 +223,7 @@ function file_delete($path) { * success. * @param $dest A string containing the directory $source should be copied to, * will use the temporary directory in case no other value is set. - * @param $dest A boolean, set to true if the destination should be replaced + * @param $replace A boolean, set to true if the destination should be replaced * when in use, but when false append a _X to the filename. * @return An object containing file info or 0 in case of error. */ |