From a294901f8aa291f75fd1286a52598939c86e1191 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 14 Sep 2022 14:09:04 +0200 Subject: [PATCH] debug --- include/fonctions.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/fonctions.inc.php b/include/fonctions.inc.php index 2e108c4..457709f 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -76,8 +76,7 @@ function choixVotation($path, $methode=2) //2 = toutes les votations 1 = votat } $result = $db->query($query); $votations = $db->result->fetch_all(MYSQLI_ASSOC); - print ('
'); - print "
";
+
 	if ($db->result->num_rows == 1)
 	{
 		$redirect = '');
+	print "
";
+	print ' $value )
 	{
 		print ' ' . $value["titre"] . ' :' . $value["libelle"] . '
';