Merge branch 'ent-13322-filtrar-por-comentario-repite-eventos' into 'develop'
Ent 13322 Filtrar por comentario repite eventos. See merge request artica/pandorafms!7141
This commit is contained in:
commit
8539d1d905
|
@ -1235,6 +1235,8 @@ function events_get_all(
|
|||
io_safe_input($filter['user_comment']),
|
||||
$filter['user_comment']
|
||||
);
|
||||
|
||||
array_unshift($fields, 'DISTINCT te.id_evento AS distinct_event');
|
||||
}
|
||||
|
||||
// Source.
|
||||
|
|
Loading…
Reference in New Issue