1
0
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:
Meik Sievertsen
2003-05-06 20:18:42 +00:00
parent ba013ea84c
commit c225a5b00c
4 changed files with 4 additions and 3 deletions

View File

@@ -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);