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:
parent
a862449fa5
commit
b99aec0ff5
|
@ -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>
|
2014-04-02 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_api.php: Added new API function to validate
|
* include/functions_api.php: Added new API function to validate
|
||||||
|
|
|
@ -323,7 +323,7 @@ $filter = array(
|
||||||
"id_agente" => $id_agente,
|
"id_agente" => $id_agente,
|
||||||
"id_tipo_modulo" => (int)db_get_value("id_tipo", "ttipo_modulo", "nombre", "remote_snmp_proc")
|
"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)) {
|
if (! empty($modules)) {
|
||||||
$table_interface = new stdClass();
|
$table_interface = new stdClass();
|
||||||
|
|
Loading…
Reference in New Issue