From e137068d2372fc1a0a03ecb1a4761f45ec69d89c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 7 Mar 2016 12:04:07 -0700 Subject: [PATCH] Remove the limit on the setting value of 255 as it blocks the length fax footer. --- core/default_settings/default_setting_edit.php | 2 +- core/domain_settings/domain_setting_edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/default_settings/default_setting_edit.php b/core/default_settings/default_setting_edit.php index fb263bb992..65fdb60580 100644 --- a/core/default_settings/default_setting_edit.php +++ b/core/default_settings/default_setting_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2015 + Portions created by the Initial Developer are Copyright (C) 2008-2016 the Initial Developer. All Rights Reserved. Contributor(s): diff --git a/core/domain_settings/domain_setting_edit.php b/core/domain_settings/domain_setting_edit.php index 5f113023da..906b93246f 100644 --- a/core/domain_settings/domain_setting_edit.php +++ b/core/domain_settings/domain_setting_edit.php @@ -590,7 +590,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; } else { - echo " \n"; + echo " \n"; } echo "
\n"; echo $text['description-value']."\n";