From 8b74aeeac7ca3dac6510584b9a0afbbba2663018 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 19 Oct 2022 16:09:29 +0200 Subject: [PATCH] debug --- gestion/resultats_votation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/resultats_votation.php b/gestion/resultats_votation.php index 11951ea..6099269 100644 --- a/gestion/resultats_votation.php +++ b/gestion/resultats_votation.php @@ -30,7 +30,7 @@ if (empty($idVotation)) }else { $db = new db(); - $db->resultats(); + $db->resultats($idVotation); $listeVotants = $db->liste_votants(); foreach($listeVotants as $votant) {