From 175d7e11db82dfdbc3a82f69aa62f983010dc2b1 Mon Sep 17 00:00:00 2001 From: stephan Date: Sat, 16 May 2026 11:39:43 -0400 Subject: [PATCH] ajout undossard equipe meme participent MSIN-4370 --- php/inc_fx_promoteur.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index 59a780e..e6a8a58 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -3542,7 +3542,8 @@ $nextTeamNumber = 1; $teamKey = (int)($p['pec_id'] ?? 0); $teamNumber = 0; - +echo 'TEAM MODE = ' . $teamMode; +exit; $teamMode = (int)($p['epr_bib_team_mode'] ?? 1); if ($teamMode !== 3 && $teamKey > 0) {