Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop

This commit is contained in:
m-lopez-f 2015-01-30 11:42:03 +01:00
commit c6d1432433
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 != "") {