Task #1420: Fonction error_log manquante

Generalisation de la fonction
This commit is contained in:
Dany De Bontridder 2017-03-24 23:53:47 +01:00
parent 9e7e7f51e9
commit 379a24e5f2
38 changed files with 71 additions and 19 deletions

View file

@ -183,7 +183,7 @@ if ( isset($_POST['ok']))
catch (Exception $e)
{
echo_warning ($e->getMessage());
error_log($e->getTraceAsString());
record_log($e->getTraceAsString());
$cn->rollback();
}