2013-05-13 Miguel de Dios <miguel.dedios@artica.es>

* include/functions_graph.php: fixed PHP warnings.
	
	* godmode/agentes/modificar_agente.php,
	include/functions_agents.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8124 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-05-13 10:52:51 +00:00
parent 2563a91ea5
commit b064082064
4 changed files with 28 additions and 19 deletions

View File

@ -1,3 +1,10 @@
2013-05-13 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php: fixed PHP warnings.
* godmode/agentes/modificar_agente.php,
include/functions_agents.php: cleaned source code style.
2013-05-10 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_browser.php: fixed the url to pure.

View File

@ -2641,9 +2641,11 @@ function grafico_modulo_boolean_data ($agent_module_id, $period, $show_events,
$k++;
}
if (isset($is_unknown)) {
if ($is_unknown) {
$unknown_value++;
}
}
// Set the title and time format
if ($period <= SECONDS_6HOURS) {