created.
Close #1213.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
$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;