Set id in fetch() function

This commit is contained in:
Rodolphe Quiedeville 2002-12-27 20:21:44 +00:00
parent 4464495f5f
commit ec364f516e

View File

@ -233,6 +233,7 @@ class Don
$obj = $this->db->fetch_object(0);
$this->id = $obj->rowid;
$this->date = $obj->datedon;
$this->prenom = stripslashes($obj->prenom);
$this->nom = stripslashes($obj->nom);