mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
ae6b2b7e89
commit
666fd34a83
1 changed files with 2 additions and 2 deletions
|
@ -613,8 +613,8 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||||
if ( $board_config['require_activation'] == USER_ACTIVATION_ADMIN )
|
if ( $board_config['require_activation'] == USER_ACTIVATION_ADMIN )
|
||||||
{
|
{
|
||||||
$sql = "SELECT user_email
|
$sql = "SELECT user_email
|
||||||
FROM " . USERS_TABLE . "
|
FROM " . USERS_TABLE . "
|
||||||
WHERE user_level = " . ADMIN;
|
WHERE user_level = " . ADMIN;
|
||||||
|
|
||||||
if ( !($result = $db->sql_query($sql)) )
|
if ( !($result = $db->sql_query($sql)) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue