From: Florent Bruneau Date: Sat, 14 Aug 2010 08:53:50 +0000 (+0200) Subject: No need to sort participant to send notification that a payment has been X-Git-Tag: xorg/1.0.1~15^2~19 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=20642792799c2f98cf05c07ef1b151b36624c228;p=platal.git No need to sort participant to send notification that a payment has been created. Close #1213. Signed-off-by: Florent Bruneau --- diff --git a/include/validations/paiements.inc.php b/include/validations/paiements.inc.php index 1ebafb5..406dfbf 100644 --- a/include/validations/paiements.inc.php +++ b/include/validations/paiements.inc.php @@ -187,7 +187,7 @@ Si le télépaiement n'est pas lié à un groupe ou supérieur à 51 euros, lais $this->evt); list($nom, $diminutif, $evt) = $res->fetchOneRow(); require_once dirname(__FILE__) . '/../../modules/xnetevents/xnetevents.inc.php'; - $participants = get_event_participants(get_event_detail($this->evt, false, $this->asso_id), null, 'nom'); + $participants = get_event_participants(get_event_detail($this->evt, false, $this->asso_id), null); foreach ($participants as &$u) { if (!$u['notify_payment']) { continue;