debug
This commit is contained in:
@ -22,9 +22,9 @@ print ("<table>");
|
||||
foreach($votationsList as $votation)
|
||||
{
|
||||
print("<tr><td>");
|
||||
print('<a href="' . $vote_url . 'vote.resultat.php?v=' . $votation["id"] . '">' . $votation["libelle"] . '</a></td><td>');
|
||||
if ($votation["status"] == 1)
|
||||
{
|
||||
print('<a href="' . $vote_url . 'vote.resultat.php?id=' . $votation["id"] . '">' . $votation["libelle"] . '</a></td><td>');
|
||||
print(_("Cloturé"));
|
||||
}else
|
||||
{
|
||||
|
Reference in New Issue
Block a user