From bc49527fe3fa8772b8dece8b60ef0ab0b1f2f02e Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Wed, 25 Mar 2015 21:59:16 -0400 Subject: [PATCH] Revert unnecesary change related to marks for community version --- workflow/engine/controllers/installer.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index 8731c9d17..d1c19d0a1 100755 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -817,9 +817,15 @@ class Installer extends Controller ) ) ) . "' )" ); - if (!file_exists(PATH_CORE . 'methods/login/licenseUpdate.php')) { + /*----------------------------------********---------------------------------*/ + if (true) { + // + } else { + /*----------------------------------********---------------------------------*/ $this->mysqlQuery("INSERT INTO EMAIL_SERVER(MESS_ENGINE) VALUES('MAIL')"); + /*----------------------------------********---------------------------------*/ } + /*----------------------------------********---------------------------------*/ } // Change admin user @@ -1117,9 +1123,15 @@ class Installer extends Controller ) ) ) . "' )" ); - if (!file_exists(PATH_CORE . 'methods/login/licenseUpdate.php')) { - $this->mysqlQuery("INSERT INTO EMAIL_SERVER(MESS_ENGINE) VALUES('MAIL')"); + /*----------------------------------********---------------------------------*/ + if (true) { + // + } else { + /*----------------------------------********---------------------------------*/ + $this->mssqlQuery("INSERT INTO EMAIL_SERVER(MESS_ENGINE) VALUES('MAIL')"); + /*----------------------------------********---------------------------------*/ } + /*----------------------------------********---------------------------------*/ } //change admin user