1
0
This commit is contained in:
2022-10-19 15:51:41 +02:00
parent e89dcf2cc7
commit 7422d5c89b
9 changed files with 173 additions and 119 deletions

View File

@ -248,7 +248,7 @@ function listeVotants($idVotation, $idVote, $listeAdherents)
{
$nv = 0;
$text = '';
$db = new db();
$db->open();
$query = "SELECT DISTINCT idVotant FROM votes WHERE idVotation=" . $idVotation . ' AND idVote=' . $idVote;