PM-3296 "ProcessMaker desabilita la opcion de new..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-08-19 10:02:43 -04:00
parent 9f255d6be3
commit 7a5635b8be
3 changed files with 11 additions and 42 deletions

View File

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