From 9b40523a1f88bf2830d1a7f71132095bb488a05a Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 25 Sep 2022 15:51:09 +0200 Subject: [PATCH] debug --- gestion/saisieVotes.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index 5d46594..342c20b 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -44,12 +44,15 @@ print('

') . EOL; print('
'); + $votes = queryVotes($db, $idVotation); if (!empty($votes)) { + print("/tr>"); foreach ($votes as $value) { - print ($value[1] . " " . $value[5] . EOLH); + print ("" . EOL); } echo EOLH . EOLH; }
"); + print("voteméthode
" . $value[1] . "" . $value[5] . ">/td>