bug bizarre de git
This commit is contained in:
@ -27,3 +27,4 @@ print(' <br><br>
|
||||
</section>');
|
||||
|
||||
require_once './footer.html';
|
||||
?>
|
||||
|
@ -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(' </div>
|
||||
|
Reference in New Issue
Block a user