From b894c77353828c82ede6f42a635bcb8b1c9133c3 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 31 Jan 2007 13:21:24 +0000 Subject: [PATCH] Fix marketing constructor git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.13@1447 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/validations/marketing.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations/marketing.inc.php b/include/validations/marketing.inc.php index 317b84f..1ac8a12 100644 --- a/include/validations/marketing.inc.php +++ b/include/validations/marketing.inc.php @@ -46,7 +46,7 @@ class MarkReq extends Validate $this->m_email = $email; $this->perso = $perso; - $res = XDB::query('SELECT u.nom, u.prenom, u.promo, + $res = XDB::query('SELECT u.nom, u.prenom, u.promo FROM auth_user_md5 AS u WHERE user_id = {?} GROUP BY u.user_id', $mark_id); -- 2.1.4