From 58d0dc5dbc8bf545cf7f9d7988187952b0a004a5 Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Mon, 27 May 2019 18:31:20 +0200 Subject: [PATCH] fix minor bug in reporting functions --- pandora_console/include/functions_reporting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index aa29bec33e..b0303ee8a3 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5518,7 +5518,6 @@ function reporting_advanced_sla( } else if ($agentmodule_info['id_tipo_modulo'] == '100') { $max_value = 0.9; $min_value = 0; - $inverse_interval = 1; } } }