tel_type can't be null.
[platal.git] / include / reminder / promotion_ml.inc.php
index 4cac8e7..b67b59b 100644 (file)
@@ -26,8 +26,8 @@ class ReminderPromotionMl extends Reminder
         switch ($action) {
           case 'yes':
             $res = XDB::query('SELECT  id
-                               FROM  groupex.asso
-                              WHERE  diminutif = {?}',
+                                 FROM  groupex.asso
+                                WHERE  diminutif = {?}',
                             S::v('promo'));
             $asso_id = $res->fetchOneCell();
             XDB::execute('REPLACE INTO  groupex.membres (uid, asso_id)