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