- Fixing doxygen comment.

4.4.x
Kjartan Mannes 2004-01-02 23:12:44 +00:00
parent ca2e9b5b11
commit 6387508d23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/