From: x2003bruneau Date: Wed, 31 Jan 2007 13:21:24 +0000 (+0000) Subject: Fix marketing constructor X-Git-Tag: xorg/0.9.13~28 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b894c77353828c82ede6f42a635bcb8b1c9133c3;p=platal.git Fix marketing constructor git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.13@1447 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);