mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
oops, a few bugs. :)
git-svn-id: file:///svn/phpbb/trunk@991 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ca233d7fa3
commit
8a37c2bd5e
1 changed files with 39 additions and 40 deletions
|
@ -331,7 +331,6 @@ else if($HTTP_POST_VARS[submit] && $HTTP_POST_VARS['user_id'])
|
||||||
$avatar_sql = ", user_avatar = ''";
|
$avatar_sql = ", user_avatar = ''";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if(!$error)
|
if(!$error)
|
||||||
{
|
{
|
||||||
|
@ -353,7 +352,7 @@ else if($HTTP_POST_VARS[submit] && $HTTP_POST_VARS['user_id'])
|
||||||
{
|
{
|
||||||
$sql = "DELETE FROM " . USER_GROUP_TABLE . "
|
$sql = "DELETE FROM " . USER_GROUP_TABLE . "
|
||||||
WHERE user_id = $user_id";
|
WHERE user_id = $user_id";
|
||||||
$result = @$db->sql_query($sql)
|
$result = @$db->sql_query($sql);
|
||||||
include('page_header_admin.'. $phpEx);
|
include('page_header_admin.'. $phpEx);
|
||||||
$template->set_filenames(array(
|
$template->set_filenames(array(
|
||||||
"body" => "admin/admin_message_body.tpl")
|
"body" => "admin/admin_message_body.tpl")
|
||||||
|
|
Loading…
Add table
Reference in a new issue