From e647de5601d4addc35fdf6e6ca5727b210b3a97d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 12 Feb 2019 14:01:04 -0700 Subject: [PATCH] Update fax_edit.php --- app/fax/fax_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index ca3e15ffff..556775b829 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -130,7 +130,7 @@ $fax_name = substr($fax_name, 0, 30); $fax_extension = substr($fax_extension, 0, 15); $accountcode = substr($accountcode, 0, 80); - $fax_prefix = substr($fax_prefix, 0, 10); + $fax_prefix = substr($fax_prefix, 0, 12); $fax_caller_id_name = substr($fax_caller_id_name, 0, 20); $fax_caller_id_number = substr($fax_caller_id_number, 0, 20); $fax_forward_number = substr($fax_forward_number, 0, 20); @@ -554,7 +554,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-fax_prefix']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-fax_prefix']."\n"; echo "\n";