modify lead loader to accept phone numbers 7 digits in length and higher
git-svn-id: svn://192.168.202.10@38 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -199,7 +199,7 @@ if ($leadfile and filesize($LF_path)<=8388608) {
|
||||
$security_phrase = $row[21];
|
||||
$comments = trim($row[22]);
|
||||
|
||||
if (strlen($phone_number)>8)
|
||||
if (strlen($phone_number)>6)
|
||||
{
|
||||
$entry_date = "$pulldate";
|
||||
$modify_date = "";
|
||||
|
||||
Reference in New Issue
Block a user