From 666fd34a83dc0f1f3e41d9c477d03f728eb52c25 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 11 Jun 2003 10:05:15 +0000 Subject: [PATCH] minor indent thing git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4114 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/usercp_register.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/usercp_register.php b/phpBB/includes/usercp_register.php index cc8af1becb..09894ff602 100644 --- a/phpBB/includes/usercp_register.php +++ b/phpBB/includes/usercp_register.php @@ -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)) ) {