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