This commit is contained in:
Vanessa Gil 2015-01-30 11:29:56 +01:00
parent b5cf4a0139
commit fe89572a43
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 != "") {