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
6ee52c57ed
commit
84d63139d0
|
@ -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>
|
2010-12-22 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* operation/menu.php,
|
* operation/menu.php,
|
||||||
|
|
|
@ -1678,7 +1678,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) {
|
||||||
array_push ($table->data, $data);
|
array_push ($table->data, $data);
|
||||||
|
|
||||||
// Put description at the end of the module (if exists)
|
// Put description at the end of the module (if exists)
|
||||||
if ($content["description"] != ""){
|
if ($content["description"] != "") {
|
||||||
$table->colspan[2][0] = 4;
|
$table->colspan[2][0] = 4;
|
||||||
$data_desc = array();
|
$data_desc = array();
|
||||||
$data_desc[0] = $content["description"];
|
$data_desc[0] = $content["description"];
|
||||||
|
|
Loading…
Reference in New Issue