small change for non-agent api

git-svn-id: svn://192.168.202.10@3172 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-11-19 22:23:06 +00:00
parent 721960fd2a
commit 80ac15e05c
@@ -743,6 +743,7 @@ if ($non_latin < 1)
{$areacode=preg_replace('/[^0-9a-zA-Z]/','',$areacode);}
$leads_counts = preg_replace('/[^-_0-9a-zA-Z]/','',$leads_counts);
$remove_from_hopper=preg_replace('/[^0-9a-zA-Z]/','',$remove_from_hopper);
$list_description=preg_replace('/[^- \+\.\:\/\@\?\&\_0-9a-zA-Z]/','',$list_description);
}
else
{