From: Florent Bruneau Date: Sun, 28 Nov 2010 11:41:15 +0000 (+0100) Subject: Fix syntax errors. X-Git-Tag: xorg/1.0.2~32^2~31 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=61acb758cbf8ee504ba4df67489f96e6b9b2ee18;p=platal.git Fix syntax errors. Signed-off-by: Florent Bruneau --- diff --git a/include/reminder/promotion_ml.inc.php b/include/reminder/promotion_ml.inc.php index 1156e2a..a49e4e7 100644 --- a/include/reminder/promotion_ml.inc.php +++ b/include/reminder/promotion_ml.inc.php @@ -29,7 +29,7 @@ class ReminderPromotionMl extends Reminder XDB::execute('INSERT IGNORE INTO group_members (uid, asso_id) SELECT {?}, id FROM groups - WHERE diminutif = {?}' + WHERE diminutif = {?}', $user->id(), $user->profile()->yearPromo()); $mmlist = new MMList($user); $mmlist->subscribe('promo' . $user->profile()->yearPromo());