From 2aff85192947f49a25e51f5275ac38a3df7753ce Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Thu, 19 Nov 2015 14:48:41 +0300 Subject: [PATCH] Fix. fax_emails.php relay on number cleanup in fax_send.php --- app/fax/fax_emails.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/fax/fax_emails.php b/app/fax/fax_emails.php index a403ffac07..69bc60defe 100644 --- a/app/fax/fax_emails.php +++ b/app/fax/fax_emails.php @@ -170,10 +170,6 @@ if (sizeof($result) != 0) { else { $fax_numbers[] = $tmp; } - foreach ($fax_numbers as $index => $fax_number) { - $fax_numbers[$index] = preg_replace("~[^0-9]~", "", $fax_number); - if ($fax_numbers[$index] == '') { unset($fax_numbers[$index]); } - } unset($fax_subject); //clear so not on cover page //get email body (if any) for cover page