2011-02-21 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2011-02-21 18:45:03 +00:00
parent ed37a4f9db
commit 8508333d6b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2011-02-21 Miguel de Dios <miguel.dedios@artica.es>
* 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 <juanmanuel.ramon@artica.es>
* functions_ui.php: Fixed a graphical error displaying action list.

View File

@ -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),