From b2acae4a815cbd34c59202cf1bf97648d43d12a5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 13 Aug 2005 08:38:31 +0000 Subject: [PATCH] Ajout syslog --- htdocs/propal.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index b3e1e1b622c..fdfe5081b03 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -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;