From c46f9896ca874387ac5cff0d6170ed3114aa5ef9 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 25 Sep 2022 15:55:04 +0200 Subject: [PATCH] debug --- gestion/saisieVotes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index 342c20b..98c99f9 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -49,11 +49,12 @@ $votes = queryVotes($db, $idVotation); if (!empty($votes)) { print("/tr>"); + print("vote"); foreach ($votes as $value) { print ("" . EOL); } + print("
"); - print("voteméthodeméthode
" . $value[1] . "" . $value[5] . ">/td>
" . EOL); echo EOLH . EOLH; }