debug
This commit is contained in:
parent
9b40523a1f
commit
c46f9896ca
@ -49,11 +49,12 @@ $votes = queryVotes($db, $idVotation);
|
|||||||
if (!empty($votes))
|
if (!empty($votes))
|
||||||
{
|
{
|
||||||
print("<table><tr><td>");
|
print("<table><tr><td>");
|
||||||
print("vote</td><td>méthode</td>/tr>");
|
print("vote</td><td>méthode</td></tr>");
|
||||||
foreach ($votes as $value)
|
foreach ($votes as $value)
|
||||||
{
|
{
|
||||||
print ("<tr><td>" . $value[1] . "</td><td>" . $value[5] . ">/td></tr>" . EOL);
|
print ("<tr><td>" . $value[1] . "</td><td>" . $value[5] . ">/td></tr>" . EOL);
|
||||||
}
|
}
|
||||||
|
print("</table>" . EOL);
|
||||||
echo EOLH . EOLH;
|
echo EOLH . EOLH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user