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…
Reference in New Issue