[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 . '