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:
mattf
2006-07-13 17:15:04 +00:00
parent acb505e95e
commit a6daabbf7d
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 = "";