From ade2a8e0c8f50e142e6cee65dec7dbf8fa1c0b9d Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Mon, 19 Sep 2022 12:13:09 +0200 Subject: [PATCH] debug --- include/fonctions.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/fonctions.inc.php b/include/fonctions.inc.php index 6c529ae..41c887a 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -83,13 +83,14 @@ function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les v '; - $db->close; + $db->close(); } -function votationForm($path, $titre="", $libelle="", $dateDebut="", $DateFin="", $status=0) +function votationForm($path, $titre="", $libelle="", $dateDebut="", $dateFin="", $status=0) { //TODO vérification du formulaire en javascript print('
'); + print(''); print('
') . EOLH; print('
') . EOLH; print('
') . EOLH;