mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed typo error
This commit is contained in:
parent
008c759c4c
commit
7c33532d68
@ -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