mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
minor indent thing
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4114 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -613,8 +613,8 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||
if ( $board_config['require_activation'] == USER_ACTIVATION_ADMIN )
|
||||
{
|
||||
$sql = "SELECT user_email
|
||||
FROM " . USERS_TABLE . "
|
||||
WHERE user_level = " . ADMIN;
|
||||
FROM " . USERS_TABLE . "
|
||||
WHERE user_level = " . ADMIN;
|
||||
|
||||
if ( !($result = $db->sql_query($sql)) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user