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:
Romain Quetiez
2010-01-18 16:42:00 +00:00
parent 3276961866
commit aa6d6029d9
13 changed files with 585 additions and 102 deletions

View File

@@ -145,7 +145,8 @@ EOF;
}
}
if ($oMenuNode->CheckToInsert())
list($bRes, $aIssues) = $oMenuNode->CheckToInsert();
if ($bRes)
{
$oMenuNode->DBInsert();
$oP->add("<form method=\"get\">");