mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed filter by name of agents in events when they contain spaces
Former-commit-id: 93557e0ef296d1683acd86cb70ce2da6677e3e6c
This commit is contained in:
parent
d6667354fc
commit
c5805e439e
@ -167,7 +167,7 @@ if ($meta) {
|
|||||||
$id_agent = get_parameter('id_agent',0);
|
$id_agent = get_parameter('id_agent',0);
|
||||||
if($id_agent){
|
if($id_agent){
|
||||||
$sql_post .= " AND agent_name IN (SELECT nombre FROM tmetaconsole_agent WHERE
|
$sql_post .= " AND agent_name IN (SELECT nombre FROM tmetaconsole_agent WHERE
|
||||||
id_tagente =".$id_agent." AND alias LIKE '".io_safe_input($text_agent)."')";
|
id_tagente =".$id_agent." AND alias LIKE '".$text_agent."')";
|
||||||
$filter_resume['agent'] = $text_agent;
|
$filter_resume['agent'] = $text_agent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user