X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fmarketing.php;h=45a3fd920e0cdacb53ba3c1a1b86c1d43701e984;hb=1060c8546df1c97e99d8313b8d9495f6847fdb99;hp=9e6266719049b68fd815d5c9470ba34d501ed3ba;hpb=de14933c384281bfc5571b8b3d7d7ac94b04bc48;p=platal.git diff --git a/modules/marketing.php b/modules/marketing.php index 9e62667..45a3fd9 100644 --- a/modules/marketing.php +++ b/modules/marketing.php @@ -1,6 +1,6 @@ id()); $page->assign('addr', $res); @@ -346,7 +346,7 @@ class MarketingModule extends PLModule $sent = Array(); foreach (array_keys($_POST['relance']) as $uid) { if ($tmp = Marketing::relance($uid, $nbdix)) { - $sent[] = $tmp.' a été relancé'; + $sent[] = $tmp . ' a été relancé.'; } } $page->assign('sent', $sent);