bug
This commit is contained in:
parent
aea420efdc
commit
cf526f166c
@ -16,15 +16,14 @@ print(' <div class="row">
|
||||
$path = $_SERVER["PHP_SELF"];
|
||||
$idVotation = getpost("id");
|
||||
|
||||
if (array_key_exists("idVotation", $GLOBALS) and empty($idVotation))
|
||||
{
|
||||
$idVotation = $GLOBALS["idVotation"];
|
||||
}
|
||||
|
||||
if (empty($idVotation))
|
||||
{
|
||||
if (array_key_exists("idVotation", $GLOBALS))
|
||||
{
|
||||
$idVotation = $GLOBALS["idVotation"];
|
||||
}else
|
||||
{
|
||||
choixVotation($path);
|
||||
}
|
||||
choixVotation($path);
|
||||
}
|
||||
|
||||
$method = getpost("method");
|
||||
|
Reference in New Issue
Block a user