mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Removed an unnecessary argument for users_can_manage_group_all().
This commit is contained in:
parent
a01946d285
commit
73775b09dc
@ -245,7 +245,7 @@ html_print_select ($days, "same_day", $same_day, '', '', 0, false, false, false)
|
|||||||
echo "</td><td>";
|
echo "</td><td>";
|
||||||
echo __('Group') . ' ';
|
echo __('Group') . ' ';
|
||||||
$own_info = get_user_info($config['id_user']);
|
$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;
|
$can_manage_group_all = false;
|
||||||
else
|
else
|
||||||
$can_manage_group_all = true;
|
$can_manage_group_all = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user