diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-23 17:23:40 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-23 17:23:40 +0000 |
commit | 4d7b9b76fafece5273c78a69027451ed2d28d705 (patch) | |
tree | ace51674dfb9d24e1b99f949aa0ef21c7e58c1a1 /phpBB/includes/functions.php | |
parent | d7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1 (diff) | |
download | forums-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.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index aaae41787a..d69aa3b7cd 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2228,7 +2228,7 @@ function generate_link_hash($link_name) /** * checks a link hash - for GET requests -* @param string $token the submitted token +* @param string $token the submitted token * @param string $link_name The name of the link * @return boolean true if all is fine */ |