PM 940 "ProcessMaker" Email Server Frontend" SOLVED

> Se agrega marcas para el modulo Email Server para la version de la Comunidad.
This commit is contained in:
Luis Fernando Saisa Lopez
2015-01-15 17:01:37 -04:00
parent 5d0f35ced3
commit 40178fdc1f
9 changed files with 163 additions and 45 deletions

View File

@@ -224,6 +224,17 @@ class Installer
fclose($fp);
$this->setPartner();
$this->setAdmin();
/*----------------------------------********---------------------------------*/
if (true) {
//
} else {
/*----------------------------------********---------------------------------*/
$querySql = ("INSERT INTO EMAIL_SERVER(MESS_ENGINE) VALUES('MAIL')");
$this->run_query($querySql);
/*----------------------------------********---------------------------------*/
}
/*----------------------------------********---------------------------------*/
}
return $test;
}