From ec364f516eac1d7773c04ae4fac04becd748a198 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 27 Dec 2002 20:21:44 +0000 Subject: [PATCH] Set id in fetch() function --- htdocs/don.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/don.class.php b/htdocs/don.class.php index 6031d64b8b4..24c04835a3c 100644 --- a/htdocs/don.class.php +++ b/htdocs/don.class.php @@ -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);