2012-11-12 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: cleaned source code style. * include/functions_api.php: fixed typo error that stoped the execution of api. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7142 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
33077cb181
commit
2b0bcb6846
|
@ -1,3 +1,10 @@
|
||||||
|
2012-11-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/functions_reporting.php: cleaned source code style.
|
||||||
|
|
||||||
|
* include/functions_api.php: fixed typo error that stoped the
|
||||||
|
execution of api.
|
||||||
|
|
||||||
2012-11-11 Junichi Satoh <junichi@rworks.jp>
|
2012-11-11 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Fixed a typo.
|
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Fixed a typo.
|
||||||
|
|
|
@ -1943,7 +1943,7 @@ function api_set_new_snmp_component($id, $thrash1, $other, $thrash2) {
|
||||||
'plugin_user' => '',
|
'plugin_user' => '',
|
||||||
'plugin_pass' => '',
|
'plugin_pass' => '',
|
||||||
'tcp_port' => $other['data'][21],
|
'tcp_port' => $other['data'][21],
|
||||||
'id_modulo' => 2
|
'id_modulo' => 2,
|
||||||
'max_retries' => $other['data'][22],
|
'max_retries' => $other['data'][22],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue