Skip to content
Snippets Groups Projects
Commit 96df65db authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Better error management

parent 83595f24
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,9 @@ if ($resql)
}
else
{
dol_syslog("Error emailing with id ".$id." not found",LOG_ERR);
$mesg="Emailing with id ".$id." not found";
print $mesg."\n";
dol_syslog($mesg,LOG_ERR);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment