Merge branch 'ent-2247-busqueda-libre-en-vista-de-eventos-ext-5725' into 'develop'

Fixed free search in events view

See merge request artica/pandorafms!1511
This commit is contained in:
vgilc 2018-06-04 10:15:29 +02:00
commit 0008e0183b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ if($count_events == 0){
if ($search != "") {
$filter_resume['free_search'] = $search;
$sql_post .= " AND (evento LIKE '%". io_safe_input($search) . "%' OR id_evento LIKE '%$search%' ".$events_wi_cdata_id.")";
$sql_post .= " AND (evento LIKE '%". $search . "%' OR id_evento LIKE '%$search%' ".$events_wi_cdata_id.")";
}
if ($event_type != "") {