From a7318c4e73a8f567420da7b2a0ad781acb2878cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 14 Aug 2005 02:47:08 +0000 Subject: [PATCH] Doc: Documentation doxygen --- htdocs/propal.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 162904f53a2..83a98d55488 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -67,7 +67,8 @@ class Propal /** - * \brief Constructeur + * \brief Constructeur + * \param DB Handler d'accès base */ function Propal($DB, $soc_idp="", $propalid=0) { @@ -999,7 +1000,7 @@ class Propal } else { - dolibarr_print_error($this->db); + $this->error=$this->db->error(); return -1; } } @@ -1107,7 +1108,6 @@ class Propal } else { - dolibarr_print_error($this->db); $this->error=$this->db->error(); return -1; }