2010-10-4 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2010-10-04 10:50:29 +00:00
parent c7f0cc3baa
commit ed9d45af65
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-10-4 Miguel de Dios <miguel.dedios@artica.es>
* include/fgraph.php: fixed typo tiny error in function
"grafico_modulo_sparse" when use $show_event instead $show_events.
2010-09-30 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.builder.php: Fixed an error of

View File

@ -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) {