From 9926d69bcb4fa4497214cfcf348c3a842d0e7a24 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 30 Jan 2015 23:20:01 +0000 Subject: [PATCH] Remove the email type from the input form for fax edit as it doesn't allow multiple email addresses. --- app/fax/fax_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 92c7d90f14..07f82966fc 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -719,7 +719,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-email']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; if (function_exists("imap_open") && file_exists("fax_box_remote.php")) { echo "\n"; }