mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix: Better error management
This commit is contained in:
@@ -86,7 +86,9 @@ if ($resql)
|
|||||||
}
|
}
|
||||||
else
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user