ajout du nombre de votant, et correction bug de date
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user