1
0

cleaning project

This commit is contained in:
2022-09-14 19:33:12 +02:00
parent 3bc763e943
commit 84f2210ee7
60 changed files with 4 additions and 15907 deletions

View File

@ -34,6 +34,7 @@ if (empty($action))
choixVotation('./modifVotation.php',1 );
}else
{
//TODO alert "Do you want to delete ..."
$query = "UPDATE liste_votations SET status=0 WHERE id=" . $db->protect($idVotation); // clotûre
$db->query($query);
}