1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 15:11:40 +02:00

[ticket/11236] Do not require group selection in prune users

PHPBB3-11236
This commit is contained in:
Nathaniel Guse
2013-04-25 11:20:13 -05:00
parent ee457e584c
commit 1a16ee4cb2

View File

@@ -331,7 +331,7 @@ class acp_prune
$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
FROM ' . GROUPS_TABLE . '
WHERE group_type <> ' . GROUP_SPECIAL . '