From d62d01ce35f946c1ee7745761c494393c7cb9d6b Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 8 Mar 2014 00:51:51 -0800 Subject: [PATCH] updated the development translation set web link --- library/classes/Installer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/classes/Installer.class.php b/library/classes/Installer.class.php index 5976307e2..51fd41435 100644 --- a/library/classes/Installer.class.php +++ b/library/classes/Installer.class.php @@ -41,7 +41,7 @@ class Installer // Record names of sql table files $this->main_sql = dirname(__FILE__) . '/../../sql/database.sql'; $this->translation_sql = dirname(__FILE__) . '/../../contrib/util/language_translations/currentLanguage_utf8.sql'; - $this->devel_translation_sql = "http://demo.open-emr.org:2089/translations/languageTranslations_utf8.sql"; + $this->devel_translation_sql = "http://opensourceemr.com/cvs/languageTranslations_utf8.sql"; $this->ippf_sql = dirname(__FILE__) . "/../../sql/ippf_layout.sql"; $this->icd9 = dirname(__FILE__) . "/../../sql/icd9.sql"; $this->cvx = dirname(__FILE__) . "/../../sql/cvx_codes.sql"; -- 2.11.4.GIT