Fixed bug #1733.
This commit is contained in:
parent
89faf1f7f5
commit
831a35a5b2
|
@ -66,7 +66,7 @@ switch ($status) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($search != "") {
|
if ($search != "") {
|
||||||
$sql_post .= " AND (evento LIKE '%" . io_safe_input($search) . "%' OR id_evento LIKE '%$search%')";
|
$sql_post .= ' AND (evento LIKE "%'. io_safe_input($search) . '%"'. ' OR id_evento LIKE "%$search%")';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($event_type != "") {
|
if ($event_type != "") {
|
||||||
|
|
Loading…
Reference in New Issue