mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed a parentesis
This commit is contained in:
parent
67d0a6602e
commit
8091827490
@ -498,7 +498,7 @@ if (!empty($network_interfaces)) {
|
||||
$unixtime = get_system_time () - SECONDS_1DAY; //last hour
|
||||
$time_condition = 'AND (utimestamp > '.$unixtime.')';
|
||||
// Tags ACLS
|
||||
if ($id_group > 0 && in_array (0, $user_groups_ids) {
|
||||
if ($id_group > 0 && in_array (0, $user_groups_ids)) {
|
||||
$group_array = (array) $id_group;
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user