From c6b9a7ef2fe2c8b03fbad6ac08b69a1c3b8e5906 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 --- agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl | 2 +- agc_2-X/trunk/bin/AST_VDhopper.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl b/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl index 26705ca0..455951e0 100644 --- a/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl +++ b/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl @@ -1072,7 +1072,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) { diff --git a/agc_2-X/trunk/bin/AST_VDhopper.pl b/agc_2-X/trunk/bin/AST_VDhopper.pl index 0fdafcef..99c874b7 100644 --- a/agc_2-X/trunk/bin/AST_VDhopper.pl +++ b/agc_2-X/trunk/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) {