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
This commit is contained in:
mattf
2010-07-04 19:44:32 +00:00
parent 89eb67b406
commit c6b9a7ef2f
2 changed files with 2 additions and 2 deletions
@@ -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)
{