From 7ae95209cba0a5882d00b2a2e8d3b2f4cff526ec Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 14 Sep 2022 13:38:25 +0200 Subject: [PATCH] bug bizarre de git --- gestionsite/index.php | 1 + gestionsite/modifVotation.php | 4 +--- serveur-vote-lalis.kdev4 | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 serveur-vote-lalis.kdev4 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