minor fix
This commit is contained in:
parent
f67bf8c2b7
commit
bb552226a6
|
@ -228,7 +228,7 @@ function events_get_all(
|
||||||
%s
|
%s
|
||||||
%s
|
%s
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
'.join(' ', $sql_filters).'
|
%s
|
||||||
%s
|
%s
|
||||||
%s
|
%s
|
||||||
',
|
',
|
||||||
|
@ -236,7 +236,7 @@ function events_get_all(
|
||||||
$tevento,
|
$tevento,
|
||||||
$tagente_join,
|
$tagente_join,
|
||||||
$event_lj,
|
$event_lj,
|
||||||
$filter_extra_agents,
|
join(' ', $sql_filters),
|
||||||
$group_by,
|
$group_by,
|
||||||
$order_by,
|
$order_by,
|
||||||
$pagination
|
$pagination
|
||||||
|
|
Loading…
Reference in New Issue