From 41b33242082f198c2d33df3cb693ca888b1e209f Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 8 Dec 2010 09:15:43 +0000 Subject: [PATCH] Fixed Call Log dial bug (issue 393) git-svn-id: svn://192.168.202.10@1570 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vdc_db_query.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/agc/vdc_db_query.php b/www/agc/vdc_db_query.php index 9c5370dd..e50d36e6 100644 --- a/www/agc/vdc_db_query.php +++ b/www/agc/vdc_db_query.php @@ -264,10 +264,11 @@ # 101111-1556 - Added source to vicidial_hopper inserts # 101124-1033 - Added require for functions.php and manual dial call time check campaign option # 101128-0108 - Added list override for webforms +# 101208-0414 - Fixed Call Log dial bug (issue 393) # -$version = '2.4-170'; -$build = '101128-0108'; +$version = '2.4-171'; +$build = '101208-0414'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=363; $one_mysql_log=0; @@ -7748,7 +7749,7 @@ if ($ACTION == 'CALLLOGview') echo " $ALLalt_dial[$i] \n"; echo " $ALLhangup_reason[$i] \n"; echo " INFO \n"; - echo " DIAL \n"; + echo " DIAL \n"; echo "\n"; }