debug
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user