From ebca1b68163da8c957a04a431d754b1516485c56 Mon Sep 17 00:00:00 2001 From: stephen waite Date: Thu, 19 Oct 2017 09:50:30 -0400 Subject: [PATCH] fix concatentation --- library/globals.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/globals.inc.php b/library/globals.inc.php index 5fddc8cd7..7c0f05b16 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -2545,8 +2545,8 @@ $GLOBALS_METADATA = array( xl('Enable NewCrop eRx Service'), 'bool', '0', - xl('Enable NewCrop eRx Service.') + ' ' + - xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing to the NewCrop eRx service.') + xl('Enable NewCrop eRx Service.') . ' ' . + xl('Contact mi-squared at http://www.mi-squared.com/products-services/openemr/ or ZH Healthcare at https://blueehr.com/contact-us/ for subscribing to the NewCrop eRx service.') ), 'erx_newcrop_path' => array( -- 2.11.4.GIT