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 b8c7c61f52
commit df4460dc8e
+1 -1
View File
@@ -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)
{