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:
mattf
2007-04-09 15:27:09 +00:00
parent 23d3c79784
commit b300edb8e8
+1 -1
View File
@@ -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);