No need to sort participant to send notification that a payment has been
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 14 Aug 2010 08:53:50 +0000 (10:53 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 14 Aug 2010 08:53:50 +0000 (10:53 +0200)
created.

Close #1213.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/validations/paiements.inc.php

index 1ebafb5..406dfbf 100644 (file)
@@ -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;