aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_upload.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-08-23 17:23:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-08-23 17:23:40 +0000
commit4d7b9b76fafece5273c78a69027451ed2d28d705 (patch)
treeace51674dfb9d24e1b99f949aa0ef21c7e58c1a1 /phpBB/includes/functions_upload.php
parentd7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1 (diff)
downloadforums-4d7b9b76fafece5273c78a69027451ed2d28d705.tar
forums-4d7b9b76fafece5273c78a69027451ed2d28d705.tar.gz
forums-4d7b9b76fafece5273c78a69027451ed2d28d705.tar.bz2
forums-4d7b9b76fafece5273c78a69027451ed2d28d705.tar.xz
forums-4d7b9b76fafece5273c78a69027451ed2d28d705.zip
some changes for proper code documentation
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8783 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_upload.php')
-rw-r--r--phpBB/includes/functions_upload.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php
index f3363992cf..e3a9363d62 100644
--- a/phpBB/includes/functions_upload.php
+++ b/phpBB/includes/functions_upload.php
@@ -263,7 +263,8 @@ class filespec
*
* @param string $destination_path Destination path, for example $config['avatar_path']
* @param bool $overwrite If set to true, an already existing file will be overwritten
- * @param string $chmod Permission mask for chmodding the file after a successful move. The mode entered here reflects the mode of {@inline phpbb_chmod()}
+ * @param string $chmod Permission mask for chmodding the file after a successful move. The mode entered here reflects the mode defined by {@link phpbb_chmod()}
+ *
* @access public
*/
function move_file($destination, $overwrite = false, $skip_image_check = false, $chmod = false)