From cf769e69a12aba20dfb9f001c6e67690ae0c9528 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 14 Nov 2019 02:47:49 +0000 Subject: [PATCH] fix for real-time report bug git-svn-id: svn://192.168.202.10@3164 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php b/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php index 30553a7a..8fd1e40e 100644 --- a/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php +++ b/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php @@ -115,6 +115,7 @@ # 190525-2133 - Added new agent time segment display # 190531-1454 - Upgraded ingroup filter # 190927-1759 - Fixed PHP7 array issue +# 191113-2027 - Fixed cached carrier stats bug # $version = '2.14-101'; @@ -1550,7 +1551,7 @@ if ($CARRIERstats > 0) { $TFhour_status=array(); $TFhour_count=array(); - $TFhour_total=array(); + $TFhour_total=0; $SIXhour_count=array(); $ONEhour_count=array(); $FTminute_count=array();