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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user