2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/functions_reporting.php:
	 godmode/reporting/reporting_builder.item_editor.php: Fixed baseline
	 graphs also fixed some warnings.
	 
	 Fixes: #3414446



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5123 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-11-08 10:39:06 +00:00
parent 3a2f39594e
commit 143a3e3b95
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_reporting.php:
godmode/reporting/reporting_builder.item_editor.php: Fixed baseline
graphs also fixed some warnings.
Fixes: #3414446
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php * include/functions_graph.php

View File

@ -73,6 +73,7 @@ $sunday = true;
$time_from = '00:00'; $time_from = '00:00';
$time_to = '23:59'; $time_to = '23:59';
$show_graph = 0; $show_graph = 0;
$sla_sorted_by = 0;
switch ($action) { switch ($action) {
case 'new': case 'new':

View File

@ -2194,7 +2194,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
} }
$data = array (); $data = array ();
$data[0] = grafico_modulo_sparse($layout_data['id_agente_modulo'], $content['period'], $data[0] = grafico_modulo_sparse($content['id_agent_module'], $content['period'],
false, $sizgraph_w, $sizgraph_h, '', '', false, true, true, false, $sizgraph_w, $sizgraph_h, '', '', false, true, true,
$report["datetime"], '', true, 0, true, true); $report["datetime"], '', true, 0, true, true);