bug bizarre de git
This commit is contained in:
parent
c9c1f136a9
commit
7ae95209cb
@ -27,3 +27,4 @@ print(' <br><br>
|
|||||||
</section>');
|
</section>');
|
||||||
|
|
||||||
require_once './footer.html';
|
require_once './footer.html';
|
||||||
|
?>
|
||||||
|
@ -28,7 +28,7 @@ if (empty($action))
|
|||||||
{
|
{
|
||||||
if ($action == "cloture")
|
if ($action == "cloture")
|
||||||
{
|
{
|
||||||
if ( empty($idVotation))
|
if (empty($idVotation))
|
||||||
{
|
{
|
||||||
// choix de la votation à cloturer
|
// choix de la votation à cloturer
|
||||||
choixVotation('/gestionsite/modifVotation.php',1 );
|
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
|
$query = "UPDATE liste_votations SET status=0 WHERE id=" . $db->protect($idVotation); // clotûre
|
||||||
$db->query($query);
|
$db->query($query);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print(' </div>
|
print(' </div>
|
||||||
|
4
serveur-vote-lalis.kdev4
Normal file
4
serveur-vote-lalis.kdev4
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Project]
|
||||||
|
CreatedFrom=
|
||||||
|
Manager=KDevCustomBuildSystem
|
||||||
|
Name=serveur-vote-lalis
|
Reference in New Issue
Block a user