mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
minor fix
This commit is contained in:
parent
4b5bc0ea05
commit
c21fba3aec
@ -1333,7 +1333,7 @@ if (is_ajax()) {
|
|||||||
$inventory_id_agent = get_parameter('id_agent');
|
$inventory_id_agent = get_parameter('id_agent');
|
||||||
$id_node = (int) get_parameter('id_node');
|
$id_node = (int) get_parameter('id_node');
|
||||||
|
|
||||||
$sql = 'SELECT `name`
|
$sql = 'SELECT DISTINCT(`name`)
|
||||||
FROM tmodule_inventory, tagent_module_inventory
|
FROM tmodule_inventory, tagent_module_inventory
|
||||||
WHERE tmodule_inventory.id_module_inventory = tagent_module_inventory.id_module_inventory';
|
WHERE tmodule_inventory.id_module_inventory = tagent_module_inventory.id_module_inventory';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user