#12159 Fix search agent width _

This commit is contained in:
miguel angel rasteu 2023-10-02 12:00:13 +02:00
parent c19a76e58e
commit 4d345ab74d
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ if ($searchAgents) {
$has_secondary = enterprise_hook('agents_is_using_secondary_groups');
$stringSearchSQL = str_replace('&', '&', $stringSearchSQL);
$stringSearchSQL = str_replace('\', '\\', $stringSearchSQL);
$sql = "SELECT DISTINCT taddress_agent.id_agent FROM taddress
INNER JOIN taddress_agent ON
taddress.id_a = taddress_agent.id_a