aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-19 21:00:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-19 21:00:48 +0000
commit6a082426840164a3c8187559dddf3ab777b958fa (patch)
treefd38a30c9f893e71cdb9c5cec3a972036ef53131 /phpBB/includes/functions_user.php
parentf78289033236a4c108aae5ad8315c60e5f7dc19b (diff)
downloadforums-6a082426840164a3c8187559dddf3ab777b958fa.tar
forums-6a082426840164a3c8187559dddf3ab777b958fa.tar.gz
forums-6a082426840164a3c8187559dddf3ab777b958fa.tar.bz2
forums-6a082426840164a3c8187559dddf3ab777b958fa.tar.xz
forums-6a082426840164a3c8187559dddf3ab777b958fa.zip
some tiny fixes.
git-svn-id: file:///svn/phpbb/trunk@6614 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index c30219c118..584c0a9de4 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -1115,8 +1115,7 @@ function validate_match($string, $optional = false, $match)
* Also checks if it includes the " character, which we don't allow in usernames.
* Used for registering, changing names, and posting anonymously with a username
*
-* @todo do we really check and disallow the " character in usernames as written above. Has it only be forgotten to include the check?
-* @return boolean|string Either false if validation succeeded or a string which will be used as the error message (with the variable name appended)
+* @return mixed Either false if validation succeeded or a string which will be used as the error message (with the variable name appended)
*/
function validate_username($username)
{