oops, a few bugs. :)

git-svn-id: file:///svn/phpbb/trunk@991 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7 2001-09-06 02:21:24 +00:00
parent ca233d7fa3
commit 8a37c2bd5e

View file

@ -331,7 +331,6 @@ else if($HTTP_POST_VARS[submit] && $HTTP_POST_VARS['user_id'])
$avatar_sql = ", user_avatar = ''";
}
}
}
if(!$error)
{
@ -353,7 +352,7 @@ else if($HTTP_POST_VARS[submit] && $HTTP_POST_VARS['user_id'])
{
$sql = "DELETE FROM " . USER_GROUP_TABLE . "
WHERE user_id = $user_id";
$result = @$db->sql_query($sql)
$result = @$db->sql_query($sql);
include('page_header_admin.'. $phpEx);
$template->set_filenames(array(
"body" => "admin/admin_message_body.tpl")