Choisissez une votations à modifier

' . EOL); $db = new db(); if (empty($action)) { $action="modif"; choixVotation('/gestionsite/modifVotation.php') ; }else { if ($action == "cloture") { if (empty($idVotation)) { // choix de la votation à cloturer choixVotation('/gestionsite/modifVotation.php',1 ); }else { $query = "UPDATE liste_votations SET status=0 WHERE id=" . $db->protect($idVotation); // clotûre $db->query($query); } } } print('
'); require_once './footer.html'; ?>