This commit is contained in:
Vanessa Gil 2015-01-30 11:33:04 +01:00
parent 89faf1f7f5
commit 831a35a5b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 != "") {