removed unnecessary line in hopper perl script, Issue #812

git-svn-id: svn://192.168.202.10@2246 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2015-01-12 20:57:47 +00:00
parent 9364f969b3
commit b165b0a39d
+1 -2
View File
@@ -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";}