From f9568eb929ee99e6189f7670ae39f9c54aaf4971 Mon Sep 17 00:00:00 2001 From: javilanz Date: Wed, 30 Mar 2011 15:22:02 +0000 Subject: [PATCH] 2011-03-30 Javier Lanz * include/functions_reporting.php: Fixed a small problem passing 'width' parameter in 'top_n' reports git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4148 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_reporting.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index eb7ba8a4e2..0d9aff1135 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-03-30 Javier Lanz + + * include/functions_reporting.php: Fixed a small problem passing 'width' + parameter in 'top_n' reports + 2011-03-30 Javier Lanz * include/functions_reporting.php: Fixed a small problem when displaying only the graph and not the table for the exception report. diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 65f29bb86e..6c3c05cd17 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -2987,7 +2987,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { $height = count($data_pie_graph)*20+35; $data = array(); $data[0] = ""; + "&height=".$height."&width=600'>"; array_push ($table->data, $data); }