From df4460dc8e1736b7d59041424b99ea7d855c4d36 Mon Sep 17 00:00:00 2001 From: mattf Date: Sun, 4 Jul 2010 19:44:32 +0000 Subject: [PATCH] fixed bug 362, issue with some state call times not being implemented git-svn-id: svn://192.168.202.10@1469 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDhopper.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/AST_VDhopper.pl b/bin/AST_VDhopper.pl index 0fdafcef..99c874b7 100644 --- a/bin/AST_VDhopper.pl +++ b/bin/AST_VDhopper.pl @@ -1062,7 +1062,7 @@ foreach(@campaign_id) if (length($Gct_state_call_times)>2) { @state_rules = split(/\|/,$Gct_state_call_times); - $ct_srs = ($#state_rules - 2); + $ct_srs = ($#state_rules - 0); } while($ct_srs >= $b) {