Ajout valeur de retour

This commit is contained in:
Rodolphe Quiedeville 2003-10-21 16:26:50 +00:00
parent 4118464ecf
commit a32f765af4

View File

@ -60,7 +60,8 @@ class Paiement
if ($result) if ($result)
{ {
$this->id = $this->db->last_insert_id();
return $this->id;
} }
else else
{ {