Doc: Documentation doxygen
This commit is contained in:
parent
1db9003b84
commit
a7318c4e73
@ -68,6 +68,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user