1
0

modifying index.php

This commit is contained in:
2022-09-29 11:32:23 +02:00
parent 135910b78f
commit 72e45ec987
5 changed files with 78 additions and 10 deletions

View File

@ -52,7 +52,7 @@ if (!empty($votes))
print("<b>vote</b></td><td><b>méthode</b></td></tr>");
foreach ($votes as $value)
{
print ("<tr><td>" . $value[1] . "</td><td>" . $value[5] . "</td></tr>" . EOL);
print ("<tr><td>" . $value["libelle"] . "</td><td>" . $value["methode"] . "</td></tr>" . EOL);
}
print("</table>" . EOL);
echo EOLH . EOLH;