1
0

ajout du nombre de votant, et correction bug de date

This commit is contained in:
Daniel Tartavel
2021-10-23 01:27:50 +02:00
parent 5f6807b0dd
commit 70261fcd71
3 changed files with 11 additions and 7 deletions

View File

@ -46,7 +46,7 @@ if ( empty($idVotation))
}else
{
$now = date('Y-m-d');
if ( time() < $votation['tf'] )
if ( time() > $votation['tf'] )
{
echo $votation["libelle"] . "</h4>";
$listeAdherents = listeAdherents();