fixed another small issue with allowed inbound groups in admin.php
git-svn-id: svn://192.168.202.10@582 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1323,7 +1323,7 @@ if ( ( (strlen($ADD)>4) && ($ADD < 99998) ) or ($ADD==3) or (($ADD>20) and ($ADD
|
||||
}
|
||||
|
||||
##### BEGIN get inbound groups listing for checkboxes #####
|
||||
if (($ADD>20) and ($ADD<70))
|
||||
if ( (($ADD>20) and ($ADD<70)) and ($ADD!=41) )
|
||||
{
|
||||
$stmt="SELECT closer_campaigns from vicidial_campaigns where campaign_id='$campaign_id';";
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
|
||||
Reference in New Issue
Block a user