From 820def3b1bae77f2af3ce10b415e015238ca0f17 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 22 Mar 2013 10:53:00 +0000 Subject: [PATCH] Fixed variable reset affecting logging in AST_VDauto_dial.pl git-svn-id: svn://192.168.202.10@1941 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDauto_dial.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/AST_VDauto_dial.pl b/bin/AST_VDauto_dial.pl index 668bf02a..af066d1c 100644 --- a/bin/AST_VDauto_dial.pl +++ b/bin/AST_VDauto_dial.pl @@ -1362,7 +1362,7 @@ while($one_day_interval > 0) $sthA->finish(); } - $CLlead_id=''; $auto_call_id=''; $CLstatus=''; $CLcampaign_id=''; $CLphone_number=''; $CLphone_code=''; + $CLlead_id=''; $auto_call_id=''; $CLstatus=''; $CLcampaign_id=''; $CLphone_number=''; $CLphone_code=''; $CLuser=''; $stmtA = "SELECT auto_call_id,lead_id,phone_number,status,campaign_id,phone_code,alt_dial,stage,call_type,UNIX_TIMESTAMP(last_update_time) FROM vicidial_auto_calls where callerid='$KLcallerid[$kill_vac]';"; $sthA = $dbhA->prepare($stmtA) or die "preparing: ",$dbhA->errstr;