From 606678ef9ec0715078ba2b2706a0fb62ffabc0e8 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 16 Aug 2007 02:00:41 +0000 Subject: [PATCH] minor bug fix in the VICIDIAL_IN_new_leads_file.pl script git-svn-id: svn://192.168.202.10@670 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/VICIDIAL_IN_new_leads_file.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/VICIDIAL_IN_new_leads_file.pl b/bin/VICIDIAL_IN_new_leads_file.pl index e3b84fe4..88da04a2 100644 --- a/bin/VICIDIAL_IN_new_leads_file.pl +++ b/bin/VICIDIAL_IN_new_leads_file.pl @@ -363,7 +363,7 @@ if ($DB) {print "SEED TIME $secX : $year-$mon-$mday $hour:$min:$sec LOC if ($dupcheck > 0) { $dup_lead=0; - $stmtA = "select llst_id from vicidial_list where phone_number='$phone_number' and list_id='$list_id' limit 1;"; + $stmtA = "select list_id from vicidial_list where phone_number='$phone_number' and list_id='$list_id' limit 1;"; if($DBX){print STDERR "\n|$stmtA|\n";} $sthA = $dbhA->prepare($stmtA) or die "preparing: ",$dbhA->errstr; $sthA->execute or die "executing: $stmtA ", $dbhA->errstr;