From a0dbe00f928e7bd2689741e6d61ae38c4a7f1465 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 20 May 2015 13:11:41 +0200 Subject: [PATCH] Some fixes in the new code of report (html) --- pandora_console/include/functions_reporting_html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 7ac80a0a5a..fbdcdba15a 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -1526,19 +1526,19 @@ function reporting_html_agent_configuration(&$table, $item) { } function reporting_html_TTRT_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_TTO_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_MTBF_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_MTTR_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_sum_value(&$table, $item, $mini) {