mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
This commit is contained in:
commit
c6d1432433
@ -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