1
0

ajout fermeture de la database

This commit is contained in:
2022-09-19 12:04:33 +02:00
parent cf526f166c
commit cd91a95aea
5 changed files with 18 additions and 5 deletions

View File

@ -23,7 +23,7 @@ if (array_key_exists("idVotation", $GLOBALS) and empty($idVotation))
if (empty($idVotation))
{
choixVotation($path);
choixVotation($path, 1, false);
}
$method = getpost("method");