From c3ae3d016bf277eed3214197bfc63b5592bad322 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 31 Jan 2007 13:24:16 +0000 Subject: [PATCH] Backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1448 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