Removed an unnecessary argument for users_can_manage_group_all().

This commit is contained in:
Junichi Satoh 2016-07-12 16:46:27 +09:00
parent a01946d285
commit 73775b09dc
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ html_print_select ($days, "same_day", $same_day, '', '', 0, false, false, false)
echo "</td><td>";
echo __('Group') . '&nbsp;';
$own_info = get_user_info($config['id_user']);
if (!users_can_manage_group_all(0, "LM"))
if (!users_can_manage_group_all("LM"))
$can_manage_group_all = false;
else
$can_manage_group_all = true;