From 26a748f7befc811934487dbce878b42ad9327c44 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 15 Sep 2022 20:23:56 +0200 Subject: [PATCH] debug --- include/fonctions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fonctions.inc.php b/include/fonctions.inc.php index 4135a88..da34705 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -99,7 +99,7 @@ function votationForm($path, $titre="", $libelle="", $dateDebut="", $DateFin="", function votesForm($path, $libelle = "", $method = 0) { $db = new db(); - $query = "SELECT *m FROM methods"; // clotûre + $query = "SELECT * FROM methods"; // clotûre $db->query($query); $methods = $db->result->fetch_all(MYSQLI_ASSOC); if (!(array_key_exists($method, $methods)))