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:
commit
0008e0183b
|
@ -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 != "") {
|
||||
|
|
Loading…
Reference in New Issue