Fix: Better error management

This commit is contained in:
Laurent Destailleur
2009-11-09 14:19:41 +00:00
parent 83595f2478
commit 96df65dba8

View File

@@ -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);
}
}