1
0
This commit is contained in:
2022-09-21 20:30:23 +02:00
parent cf04f5c64c
commit 279b720503
3 changed files with 12 additions and 12 deletions

View File

@ -125,7 +125,7 @@ function votesForm($path, $libelle = "", $method = 0)
foreach ($methods as $value)
{
$id = $value["id"];
if ($id == $method)
if ($id == $method)/saisieVotes.php
{
print('<option value ="' . $id . '" selected>' . $value["libelle"] . '</option>' . EOL);
}else