debug
This commit is contained in:
parent
6bd179968a
commit
1e8adfa5d5
@ -23,8 +23,11 @@ if (!empty($idVotation))
|
||||
$votationName = queryVotationName($db, $idVotation);
|
||||
}elseif (array_key_exists("idVotation", $GLOBALS))
|
||||
{
|
||||
$idVotation = $GLOBALS["idVotation"];
|
||||
$votationName = queryVotationName($db, $idVotation);
|
||||
if (!empty($GLOBALS["idVotation"]))
|
||||
{
|
||||
$idVotation = $GLOBALS["idVotation"];
|
||||
$votationName = queryVotationName($db, $idVotation);
|
||||
}
|
||||
}
|
||||
|
||||
print('<br><br>
|
||||
|
Reference in New Issue
Block a user