From 65bbc85dce12acb93bed9dc05db585b6a8225b3c Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 21 Sep 2022 21:41:56 +0200 Subject: [PATCH] debug --- gestion/saisieVotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index f8f4c6a..0e9cd1d 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -69,7 +69,7 @@ if (empty($idVotation)) votesForm($path); }else { - $query = "INSERT INTO liste_votes ('libelle', 'method', 'id_votation') VALUES ('" . $libelle . "', '" . $method . "'," . $idVotation . ")"; + $query = "INSERT INTO liste_votes ('libelle', 'method', 'id_votation') VALUES ('" . $libelle . "', " . $method . "," . $idVotation . ")"; print($query); $db->query($query); }