From 5ab8347a52c449fc9c9e8c689d3ea28bbed03633 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 21 Feb 2011 18:45:03 +0000 Subject: [PATCH] 2011-02-21 Miguel de Dios * operation/agentes/estado_agente.php: fixed the search/filter in the agent view, uncomment line...I didn't know the reason by this line was comment. Fixes: #3175137 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3967 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 8 ++++++++ pandora_console/operation/agentes/estado_agente.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 517d69be6d..1dc124c655 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2011-02-21 Miguel de Dios + + * operation/agentes/estado_agente.php: fixed the search/filter in the + agent view, uncomment line...I didn't know the reason by this line + was comment. + + Fixes: #3175137 + 2011-02-21 Juan Manuel Ramon * functions_ui.php: Fixed a graphical error displaying action list. diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index d8ecf046a9..c99f487dee 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -223,7 +223,7 @@ else { $total_agents = 0; $agents = false; if (! empty ($agent_names)) { - $total_agents = get_agents (array (//'id_agente' => array_keys ($agent_names), + $total_agents = get_agents (array ('id_agente' => array_keys ($agent_names), 'order' => 'nombre ASC', 'disabled' => 0, 'id_grupo' => $groups),