From 3c50501ecf150d9062a7e1a5266b99670f0d9e7d Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Sun, 14 Jan 2007 19:58:52 +0000 Subject: [PATCH] set release number to 2.8.2 --- interface/globals.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/globals.php b/interface/globals.php index 987ebc850..5ca2d4f27 100644 --- a/interface/globals.php +++ b/interface/globals.php @@ -107,7 +107,7 @@ else { $v_major = '2'; $v_minor = '8'; $v_patch = '2'; -$tag = '-dev'; // release candidate, e.g. '-rc1' +$tag = ''; // release candidate, e.g. '-rc1' // This name appears on the login page and in the title bar of most windows. // It's nice to customize this to be the name of your clinic. @@ -189,7 +189,7 @@ $GLOBALS['default_new_encounter_form'] = ''; // status is set to "@" (arrived), then make this true. $GLOBALS['auto_create_new_encounters'] = true; -// If you don't want employer information and country in patient demographics. +// If you don't want employer information, country, title in patient demographics. $GLOBALS['omit_employers'] = false; // If you want Hylafax support then uncomment and customize the following -- 2.11.4.GIT