2
0
forked from Wavyzz/dolibarr

Fix: Meilleur gestion de l'install chez les FAI (sans syslog)

This commit is contained in:
Laurent Destailleur
2007-05-10 18:25:19 +00:00
parent de83c50215
commit 1f616f60e1
4 changed files with 32 additions and 15 deletions

View File

@@ -170,7 +170,8 @@ function dolibarr_syslog($message, $level=LOG_INFO)
if ($conf->syslog->enabled)
{
if ($level > SYSLOG_LEVEL) return;
//print $level.' - '.$conf->global->SYSLOG_LEVEL.' - '.$conf->syslog->enabled;
if ($level > $conf->global->SYSLOG_LEVEL) return;
// Ajout user a la log
$login='???';