update
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user