Doc: Documentation doxygen

This commit is contained in:
Laurent Destailleur 2005-08-14 02:47:08 +00:00
parent 1db9003b84
commit a7318c4e73

View File

@ -67,7 +67,8 @@ class Propal
/** /**
* \brief Constructeur * \brief Constructeur
* \param DB Handler d'accès base
*/ */
function Propal($DB, $soc_idp="", $propalid=0) function Propal($DB, $soc_idp="", $propalid=0)
{ {
@ -999,7 +1000,7 @@ class Propal
} }
else else
{ {
dolibarr_print_error($this->db); $this->error=$this->db->error();
return -1; return -1;
} }
} }
@ -1107,7 +1108,6 @@ class Propal
} }
else else
{ {
dolibarr_print_error($this->db);
$this->error=$this->db->error(); $this->error=$this->db->error();
return -1; return -1;
} }