diff --git a/agc_2-X/trunk/www/vicidial/listloader.php b/agc_2-X/trunk/www/vicidial/listloader.php index 920505a8..629ddd0a 100644 --- a/agc_2-X/trunk/www/vicidial/listloader.php +++ b/agc_2-X/trunk/www/vicidial/listloader.php @@ -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 = ""; diff --git a/agc_2-X/trunk/www/vicidial/listloader.pl b/agc_2-X/trunk/www/vicidial/listloader.pl index 753c31f7..e08d50de 100644 --- a/agc_2-X/trunk/www/vicidial/listloader.pl +++ b/agc_2-X/trunk/www/vicidial/listloader.pl @@ -159,7 +159,7 @@ foreach $oWkS (@{$oBook->{Worksheet}}) { if ($oWkC) {$comments=$oWkC->Value; } $comments=~s/^\s*(.*?)\s*$/$1/; - if (length($phone_number)>8) { + if (length($phone_number)>6) { if (length($forcelistid) > 0) { $list_id = $forcelistid; # set list_id to override value diff --git a/agc_2-X/trunk/www/vicidial/listloader_super.pl b/agc_2-X/trunk/www/vicidial/listloader_super.pl index a36765d0..4a9f0369 100644 --- a/agc_2-X/trunk/www/vicidial/listloader_super.pl +++ b/agc_2-X/trunk/www/vicidial/listloader_super.pl @@ -160,7 +160,7 @@ foreach $oWkS (@{$oBook->{Worksheet}}) { if ($oWkC) {$comments=$oWkC->Value; } $comments=~s/^\s*(.*?)\s*$/$1/; - if (length($phone_number)>8) { + if (length($phone_number)>6) { if (length($forcelistid) > 0) { $list_id = $forcelistid; # set list_id to override value diff --git a/agc_2-X/trunk/www/vicidial/new_listloader_superL.php b/agc_2-X/trunk/www/vicidial/new_listloader_superL.php index 6c0ac713..2efe98a7 100644 --- a/agc_2-X/trunk/www/vicidial/new_listloader_superL.php +++ b/agc_2-X/trunk/www/vicidial/new_listloader_superL.php @@ -364,7 +364,7 @@ function ParseFileName() { $security_phrase = $row[$security_phrase_field]; $comments = trim($row[$comments_field]); - if (strlen($phone_number)>8) { + if (strlen($phone_number)>6) { if (strlen($list_id_override)>0) @@ -471,7 +471,7 @@ function ParseFileName() { $security_phrase = $row[$security_phrase_field]; $comments = trim($row[$comments_field]); - if (strlen($phone_number)>8) { + if (strlen($phone_number)>6) { if (strlen($list_id_override)>0) { @@ -590,7 +590,7 @@ if ($leadfile && filesize($LF_path)<=8388608) { $security_phrase = $row[21]; $comments = trim($row[22]); - if (strlen($phone_number)>8) { + if (strlen($phone_number)>6) { if (strlen($list_id_override)>0) { @@ -691,7 +691,7 @@ if ($leadfile && filesize($LF_path)<=8388608) { $security_phrase = $row[21]; $comments = trim($row[22]); - if (strlen($phone_number)>8) { + if (strlen($phone_number)>6) { if (strlen($list_id_override)>0) {