From ec4c91e6938ce58810cbb92941963788dd9c97e5 Mon Sep 17 00:00:00 2001 From: vgilc Date: Wed, 25 Jan 2012 09:58:21 +0000 Subject: [PATCH] 2012-01-25 Vanessa Gil * include/functions_agents.php: Fixed bug: Don't show good agents modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5424 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_agents.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 31dffb70ff..985ff23a9f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-01-25 Vanessa Gil + + * include/functions_agents.php: Fixed bug: Don't show + good agents modules. + 2012-01-25 Sergio Martin * include/functions_network_components.php: Fixed some diff --git a/pandora_console/include/functions_agents.php b/pandora_console/include/functions_agents.php index ef0c19b17c..3d1e14bb68 100644 --- a/pandora_console/include/functions_agents.php +++ b/pandora_console/include/functions_agents.php @@ -1216,7 +1216,7 @@ function agents_get_modules ($id_agent = null, $details = false, $filter = false $details = io_safe_input ($details); } - $where .= " AND id_policy_module = 0 "; + //$where .= " AND id_policy_module = 0 "; switch ($config["dbtype"]) { case "mysql":