This commit is contained in:
Regis Houssin 2006-04-03 09:58:10 +00:00
parent b3066ed319
commit 34d66582d7

View File

@ -580,7 +580,7 @@ class Propal
if ($resqluser) if ($resqluser)
{ {
obju = $this->db->fetch_object($resqluser); $obju = $this->db->fetch_object($resqluser);
$this->user_author_name = $obju->name; $this->user_author_name = $obju->name;
$this->user_author_firstname = $obju->firstname; $this->user_author_firstname = $obju->firstname;
} }