cleaning project
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user