mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-5040-network-tools-no-funcionan-con-agentes-con-mas-de-una-ip-secundaria' into 'develop'
Fixed bug in network tools See merge request artica/pandorafms!2920
This commit is contained in:
commit
f8c4c1baba
@ -312,7 +312,7 @@ function main_net_tools()
|
||||
$ips = db_get_all_rows_sql(
|
||||
sprintf(
|
||||
'SELECT ip FROM taddress WHERE id_a IN (%s)',
|
||||
join($ids)
|
||||
join(',', $ids)
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user