diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php
index 908e932d39..1f6c8586b9 100755
--- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php
+++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php
@@ -1277,7 +1277,7 @@ You can of course remove the warnings, that's why we include the source and do n
- |
+ |
colspan[2][0] = 2;
$data = array();
$data[0] = html_print_table($table1, true);
- $data2 = array();
- $data2[0] = html_print_table($table2, true);
array_push ($table->data, $data);
- array_push ($table->data, $data2);
+
+ if ($item['resume']['resume']){
+ $data2 = array();
+ $data2[0] = html_print_table($table2, true);
+ array_push ($table->data, $data2);
+ }
if ($item['resume']['resume'] && !empty($item["data"])) {
$table1->width = '99%';
|