debug
This commit is contained in:
parent
8ef9fcc288
commit
8b74aeeac7
@ -30,7 +30,7 @@ if (empty($idVotation))
|
||||
}else
|
||||
{
|
||||
$db = new db();
|
||||
$db->resultats();
|
||||
$db->resultats($idVotation);
|
||||
$listeVotants = $db->liste_votants();
|
||||
foreach($listeVotants as $votant)
|
||||
{
|
||||
|
Reference in New Issue
Block a user