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:
parent
3a2f39594e
commit
143a3e3b95
|
@ -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>
|
||||
|
||||
* include/functions_graph.php
|
||||
|
|
|
@ -73,6 +73,7 @@ $sunday = true;
|
|||
$time_from = '00:00';
|
||||
$time_to = '23:59';
|
||||
$show_graph = 0;
|
||||
$sla_sorted_by = 0;
|
||||
|
||||
switch ($action) {
|
||||
case 'new':
|
||||
|
|
|
@ -2194,7 +2194,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
|||
}
|
||||
|
||||
$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,
|
||||
$report["datetime"], '', true, 0, true, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue