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)))