2012-01-25 Vanessa Gil <vanessa.gil@artica.es>

* 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
This commit is contained in:
vgilc 2012-01-25 09:58:21 +00:00
parent 9399bfd699
commit ec4c91e693
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-01-25 Vanessa Gil <vanessa.gil@artica.es>
* include/functions_agents.php: Fixed bug: Don't show
good agents modules.
2012-01-25 Sergio Martin <sergio.martin@artica.es>
* include/functions_network_components.php: Fixed some

View File

@ -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":