Fixed typo error

(cherry picked from commit 7c33532d68)
This commit is contained in:
m-lopez-f 2016-11-25 10:37:23 +01:00
parent 55795a7bdb
commit dfda3bcda5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}