Ajout syslog
This commit is contained in:
parent
836143edab
commit
b2acae4a81
@ -349,11 +349,13 @@ class Propal
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
dolibarr_syslog("Propal::Create -2");
|
||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
dolibarr_syslog("Propal::Create -1 $sql");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return $this->id;
|
return $this->id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user