mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/11236] Do not require group selection in prune users
PHPBB3-11236
This commit is contained in:
parent
ee457e584c
commit
1a16ee4cb2
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ class acp_prune
|
||||||
$s_find_active_time .= '<option value="' . $key . '">' . $value . '</option>';
|
$s_find_active_time .= '<option value="' . $key . '">' . $value . '</option>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$s_group_list = '';
|
$s_group_list = '<option value="0"></option>';
|
||||||
$sql = 'SELECT group_id, group_name
|
$sql = 'SELECT group_id, group_name
|
||||||
FROM ' . GROUPS_TABLE . '
|
FROM ' . GROUPS_TABLE . '
|
||||||
WHERE group_type <> ' . GROUP_SPECIAL . '
|
WHERE group_type <> ' . GROUP_SPECIAL . '
|
||||||
|
|
Loading…
Add table
Reference in a new issue