From f9ca00396efa80965cece1df9d92019f4399e205 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 1 Oct 2004 15:24:04 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20param=E8tre=20nom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/bookmark4u.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/bookmark4u.class.php b/htdocs/bookmark4u.class.php index 21a4b605591..3dc7b7e4721 100644 --- a/htdocs/bookmark4u.class.php +++ b/htdocs/bookmark4u.class.php @@ -127,7 +127,7 @@ class Bookmark4u // TODO rendre la base et la table générique $sql = "INSERT INTO bookmark4u.bk4u_passwd (user, passwd, name, email, logincnt,rdate)"; - $sql .= " VALUES ('$user->login',password('$user->pass'),'$user->firstname $user->name','$user->email',0,now());"; + $sql .= " VALUES ('$user->login',password('$user->pass'),'$user->fullname','$user->email',0,now());"; if ($this->db->query($sql)) { if ($this->db->affected_rows())