2014-04-03 Miguel de Dios <miguel.dedios@artica.es>

* operation/agentes/estado_generalagente.php: fixed the $id_agente
	var lost.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9708 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2014-04-03 10:28:16 +00:00
parent a862449fa5
commit b99aec0ff5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-04-03 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_generalagente.php: fixed the $id_agente
var lost.
2014-04-02 Sergio Martin <sergio.martin@artica.es>
* include/functions_api.php: Added new API function to validate

View File

@ -323,7 +323,7 @@ $filter = array(
"id_agente" => $id_agente,
"id_tipo_modulo" => (int)db_get_value("id_tipo", "ttipo_modulo", "nombre", "remote_snmp_proc")
);
$modules = agents_get_modules ($id_agent, $columns, $filter);
$modules = agents_get_modules ($id_agente, $columns, $filter);
if (! empty($modules)) {
$table_interface = new stdClass();