diff --git a/gestionsite/index.php b/gestionsite/index.php index e6c629b..722afd1 100644 --- a/gestionsite/index.php +++ b/gestionsite/index.php @@ -27,3 +27,4 @@ print('

'); require_once './footer.html'; +?> diff --git a/gestionsite/modifVotation.php b/gestionsite/modifVotation.php index c15ff90..c923726 100644 --- a/gestionsite/modifVotation.php +++ b/gestionsite/modifVotation.php @@ -28,7 +28,7 @@ if (empty($action)) { if ($action == "cloture") { - if ( empty($idVotation)) + if (empty($idVotation)) { // choix de la votation à cloturer choixVotation('/gestionsite/modifVotation.php',1 ); @@ -37,9 +37,7 @@ if (empty($action)) $query = "UPDATE liste_votations SET status=0 WHERE id=" . $db->protect($idVotation); // clotûre $db->query($query); } - } - } print(' diff --git a/serveur-vote-lalis.kdev4 b/serveur-vote-lalis.kdev4 new file mode 100644 index 0000000..91b59ea --- /dev/null +++ b/serveur-vote-lalis.kdev4 @@ -0,0 +1,4 @@ +[Project] +CreatedFrom= +Manager=KDevCustomBuildSystem +Name=serveur-vote-lalis