X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvalidations%2Fpaiements.inc.php;h=406dfbf5267e80ab44c84c79cd56a50b247bc97c;hb=ddc4c64239397960c7c95aad9153009b986038bb;hp=1ebafb50ddc7fd2dac4e1ff809c0327fe5529dea;hpb=0073747ac81cc9cff9e43847eb008f0e815255f0;p=platal.git 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;