From: x2003bruneau Date: Wed, 31 Jan 2007 13:24:16 +0000 (+0000) Subject: Backport X-Git-Tag: xorg/0.9.14~314 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c3ae3d016bf277eed3214197bfc63b5592bad322;p=platal.git Backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1448 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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);