2010-12-22 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
7f9f00d105
commit
fd425aeeb6
|
@ -1,3 +1,7 @@
|
|||
2010-12-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_reporting.php: cleaned source code style.
|
||||
|
||||
2010-12-22 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* operation/menu.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"];
|
||||
|
|
Loading…
Reference in New Issue