minor fix to admin.php copying campaign restrictions

git-svn-id: svn://192.168.202.10@2398 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2015-10-19 10:43:26 +00:00
parent 3c805918a8
commit 305083d474
+1 -1
View File
@@ -8601,7 +8601,7 @@ if ($ADD==20)
{echo "<br>"._QXZ("CAMPAIGN NOT ADDED - there is already an inbound group in the system with this ID")."\n";}
else
{
if ( (strlen($campaign_id) < 2) or (strlen($campaign_id) > 8) or (strlen($campaign_name) < 2) or (strlen($source_campaign_id) < 2) or (strlen($source_campaign_id) > 8) )
if ( (strlen($campaign_id) < 2) or (strlen($campaign_id) > 8) or (strlen($campaign_name) < 6) or (strlen($source_campaign_id) < 2) or (strlen($source_campaign_id) > 8) )
{
echo "<br>"._QXZ("CAMPAIGN NOT ADDED - Please go back and look at the data you entered")."\n";
echo "<br>"._QXZ("campaign ID must be between 2 and 8 characters in length")."\n";