diff --git a/interface/forms_admin/forms_admin.php b/interface/forms_admin/forms_admin.php index 52e73bbbf..7fafb17d5 100644 --- a/interface/forms_admin/forms_admin.php +++ b/interface/forms_admin/forms_admin.php @@ -179,10 +179,6 @@ foreach ( $inDir as $fname ) { - // added 8-2009 by BM - do not show the metric vitals form as option since deprecated - // also added a toggle in globals.php in case user wants the option to add this deprecated form - if (($fname == "vitalsM") && ($GLOBALS['disable_deprecated_metrics_form'])) continue; - if (stristr($fname, ".tar.gz") || stristr($fname, ".tar") || stristr($fname, ".zip") || stristr($fname, ".gz")) $phpState = "PHP compressed"; else diff --git a/library/globals.inc.php b/library/globals.inc.php index ad28a40c3..b270cdcbb 100755 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -431,16 +431,9 @@ ), '1', xl('Applies to Vitals form') - ) - , - 'disable_deprecated_metrics_form' => array( - xl('Disable Old Metric Vitals Form'), - 'bool', // data type - '1', // default = true - xl('This was the older metric-only Vitals form, now deprecated.') - ), - - 'phone_country_code' => array( + ) , + + 'phone_country_code' => array( xl('Telephone Country Code'), 'num', '1', // default = North America