From a4dc74f5f592ff7894408b659dea5208591424a3 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 9 Sep 2015 06:21:40 +0000 Subject: [PATCH] Fixed MDlogEPOCH variable issue #882 in vicidial.php git-svn-id: svn://192.168.202.10@2372 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/agc/vicidial.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index 8ef25d6d..f753bd00 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -497,10 +497,11 @@ # 150725-1744 - Added Agent Display Fields campaign option # 150727-0908 - Added default_language # 150808-1439 - Added compatibility for custom fields data option +# 150909-0212 - Fixed MDlogEPOCH variable issue #882 # -$version = '2.12-469c'; -$build = '150808-1439'; +$version = '2.12-470c'; +$build = '150909-0212'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=85; $one_mysql_log=0; @@ -6226,7 +6227,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection) var alt_num_status = 0; if (taskMDstage == "start") { - var MDlogEPOCH = 0; + MDlogEPOCH = 0; var UID_test = document.vicidial_form.uniqueid.value; if (UID_test.length < 4) {