From b165b0a39d7dc7547850eca5360b36ba0ee02f94 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 12 Jan 2015 20:57:47 +0000 Subject: [PATCH] removed unnecessary line in hopper perl script, Issue #812 git-svn-id: svn://192.168.202.10@2246 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/bin/AST_VDhopper.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agc_2-X/trunk/bin/AST_VDhopper.pl b/agc_2-X/trunk/bin/AST_VDhopper.pl index c6445a22..26a1fedb 100644 --- a/agc_2-X/trunk/bin/AST_VDhopper.pl +++ b/agc_2-X/trunk/bin/AST_VDhopper.pl @@ -2383,8 +2383,7 @@ foreach(@campaign_id) $sthY->finish(); # Protect against campaigns with no list by making it an impossible list if (length($list_id_sql[$i]) < 1) {$list_id_sql[$i]="list_id='999876543210'";} - if (length($del_list_id_sql[$i]) < 1) {$del_list_id_sql[$i]="list_id='999876543211'";} - + if ($DB) {print " campaign lists count ACTIVE:$act_rec_countLISTS | TOTAL:$rec_countLISTS \n";} if ($DBX) {print " LIST ID SQL $list_id_sql[$i]";} if ($DBX) {print " |$stmtA|\n";}