mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed free search in events view
This commit is contained in:
parent
e1cba85c6e
commit
6bd672fd38
@ -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…
x
Reference in New Issue
Block a user