mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
Fixed typo error
(cherry picked from commit 7c33532d68a083195b8469a5625cbab695269dbc)
This commit is contained in:
parent
55795a7bdb
commit
dfda3bcda5
@ -1229,7 +1229,7 @@ function events_get_group_events ($id_group, $period, $date,
|
||||
AND utimestamp <= %d ',
|
||||
implode (",", $id_group), $datelimit, $date);
|
||||
|
||||
return events_get_events_grouped(($sql_where, 0, 1000, $meta,
|
||||
return events_get_events_grouped($sql_where, 0, 1000, $meta,
|
||||
false, false, $history);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user