1
0
This commit is contained in:
Daniel Tartavel 2022-09-19 16:12:51 +02:00
parent 6bd179968a
commit 1e8adfa5d5

View File

@ -23,8 +23,11 @@ if (!empty($idVotation))
$votationName = queryVotationName($db, $idVotation); $votationName = queryVotationName($db, $idVotation);
}elseif (array_key_exists("idVotation", $GLOBALS)) }elseif (array_key_exists("idVotation", $GLOBALS))
{ {
$idVotation = $GLOBALS["idVotation"]; if (!empty($GLOBALS["idVotation"]))
$votationName = queryVotationName($db, $idVotation); {
$idVotation = $GLOBALS["idVotation"];
$votationName = queryVotationName($db, $idVotation);
}
} }
print('<br><br> print('<br><br>