From 350749623b78d85f73c66bfe381994921d0ebc6d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 17 Jan 2015 08:26:08 +0000 Subject: [PATCH] Contact phone edit change the type from number to text. We use a regular expression to remove all formatting but its convenient to allow the formatting and then remove it to save in the databaase. In particular its convenient when using copy and paste. --- app/contacts/contact_phone_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_phone_edit.php b/app/contacts/contact_phone_edit.php index 87394fd38e..137091cdde 100644 --- a/app/contacts/contact_phone_edit.php +++ b/app/contacts/contact_phone_edit.php @@ -293,7 +293,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-phone_number']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-phone_number']."\n"; echo "\n";