debug
This commit is contained in:
parent
6bd179968a
commit
1e8adfa5d5
@ -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>
|
||||||
|
Reference in New Issue
Block a user