mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed bug #1733.
This commit is contained in:
parent
fea686dfc5
commit
bf4b87258e
@ -66,7 +66,7 @@ switch ($status) {
|
||||
}
|
||||
|
||||
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 != "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user