modifying index.php
This commit is contained in:
@ -264,4 +264,10 @@ function listeVotants($idVotation, $idVote, $listeAdherents)
|
||||
$db->close();
|
||||
}
|
||||
|
||||
function printLine($path, $request, $libelle, $modif=true, $delete=false)
|
||||
{
|
||||
print('<a href="' . $vote_url . $path . $request . '>' . $libelle . '</a>');
|
||||
if ($modif) print('<a href=""');
|
||||
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user