From fd425aeeb671542570fe1c5c988be3491f56c777 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 22 Dec 2010 21:07:56 +0000 Subject: [PATCH] 2010-12-22 Miguel de Dios * include/functions_reporting.php: cleaned source code style. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3692 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_reporting.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 29410cb71e..ddfa8751fb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-12-22 Miguel de Dios + + * include/functions_reporting.php: cleaned source code style. + 2010-12-22 Sancho Lerena * operation/menu.php, diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 13d5a99f17..313e30a412 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -1678,7 +1678,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { array_push ($table->data, $data); // Put description at the end of the module (if exists) - if ($content["description"] != ""){ + if ($content["description"] != "") { $table->colspan[2][0] = 4; $data_desc = array(); $data_desc[0] = $content["description"];