mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Finalized the email error management:
- errors in OQL - no recipient - smtp server response (windows only) - test option (status) - test page SVN:trunk[270]
This commit is contained in:
@@ -145,7 +145,8 @@ EOF;
|
||||
}
|
||||
|
||||
}
|
||||
if ($oMenuNode->CheckToInsert())
|
||||
list($bRes, $aIssues) = $oMenuNode->CheckToInsert();
|
||||
if ($bRes)
|
||||
{
|
||||
$oMenuNode->DBInsert();
|
||||
$oP->add("<form method=\"get\">");
|
||||
|
||||
Reference in New Issue
Block a user