From 61acb758cbf8ee504ba4df67489f96e6b9b2ee18 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 28 Nov 2010 12:41:15 +0100 Subject: [PATCH] Fix syntax errors. Signed-off-by: Florent Bruneau --- include/reminder/promotion_ml.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.1.4