Ajout syslog

This commit is contained in:
Rodolphe Quiedeville 2005-08-13 08:38:31 +00:00
parent 836143edab
commit b2acae4a81

View File

@ -349,11 +349,13 @@ class Propal
}
else
{
dolibarr_syslog("Propal::Create -2");
return -2;
}
}
else
{
dolibarr_syslog("Propal::Create -1 $sql");
return -1;
}
return $this->id;