1
0
This commit is contained in:
2022-09-21 21:05:44 +02:00
parent 279b720503
commit de10eb8046
2 changed files with 21 additions and 6 deletions

View File

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