From ed9d45af658355de85e6b53d8130bc965c9a43f7 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 4 Oct 2010 10:50:29 +0000 Subject: [PATCH] 2010-10-4 Miguel de Dios * include/fgraph.php: fixed typo tiny error in function "grafico_modulo_sparse" when use $show_event instead $show_events. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3332 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/fgraph.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d78cc7fc0c..cf547743c9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-10-4 Miguel de Dios + + * include/fgraph.php: fixed typo tiny error in function + "grafico_modulo_sparse" when use $show_event instead $show_events. + 2010-09-30 Sergio Martin * godmode/alerts/alert_list.builder.php: Fixed an error of diff --git a/pandora_console/include/fgraph.php b/pandora_console/include/fgraph.php index 5402142147..9719b72b32 100644 --- a/pandora_console/include/fgraph.php +++ b/pandora_console/include/fgraph.php @@ -1500,7 +1500,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events, $engine->show_title = true; $engine->max_value = $max_value; $engine->min_value = $min_value; - $engine->events = (bool) $show_event; + $engine->events = (bool) $show_events; $engine->alert_top = false; $engine->alert_bottom = false;; if (! $pure) {