aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
diff options
context:
space:
mode:
authornatec <natec@users.sourceforge.net>2001-11-25 23:31:04 +0000
committernatec <natec@users.sourceforge.net>2001-11-25 23:31:04 +0000
commitdbb0ce8eeeeb9091d814e673b047253909c0d8c7 (patch)
tree910c94ff8472fabd8cb09a083dd67f71408765e7 /phpBB/profile.php
parenta25d1820f584595a8d55398358f4ebfd8e165773 (diff)
downloadforums-dbb0ce8eeeeb9091d814e673b047253909c0d8c7.tar
forums-dbb0ce8eeeeb9091d814e673b047253909c0d8c7.tar.gz
forums-dbb0ce8eeeeb9091d814e673b047253909c0d8c7.tar.bz2
forums-dbb0ce8eeeeb9091d814e673b047253909c0d8c7.tar.xz
forums-dbb0ce8eeeeb9091d814e673b047253909c0d8c7.zip
Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.
git-svn-id: file:///svn/phpbb/trunk@1441 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/profile.php')
-rw-r--r--phpBB/profile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index 1fa3a24875..7ed4ec653f 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -546,6 +546,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
$error = TRUE;
$error_msg = $lang['Fields_empty'];
}
+
}
$passwd_sql = "";