mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
more little bugfixes...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3988 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -330,8 +330,8 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||
{
|
||||
if ( empty($username) )
|
||||
{
|
||||
// Error is already triggered, since one field is empty.
|
||||
$error = TRUE;
|
||||
$error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $lang['Username_disallowed'];
|
||||
}
|
||||
else if ( $username != $userdata['username'] || $mode == 'register' )
|
||||
{
|
||||
@@ -367,7 +367,6 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||
$signature = prepare_message($signature, $allowhtml, $allowbbcode, $allowsmilies, $signature_bbcode_uid);
|
||||
}
|
||||
|
||||
//??
|
||||
if ( $website != '' )
|
||||
{
|
||||
rawurlencode($website);
|
||||
|
Reference in New Issue
Block a user