1
0
This commit is contained in:
Daniel Tartavel 2022-10-19 16:09:29 +02:00
parent 8ef9fcc288
commit 8b74aeeac7

View File

@ -30,7 +30,7 @@ if (empty($idVotation))
}else
{
$db = new db();
$db->resultats();
$db->resultats($idVotation);
$listeVotants = $db->liste_votants();
foreach($listeVotants as $votant)
{