major commit
This commit is contained in:
@ -76,7 +76,7 @@ function choixVotation($path, $methode=2) //2 = toutes les votations 1 = votat
|
||||
}
|
||||
$result = $db->query($query);
|
||||
$votations = $db->result->fetch_all(MYSQLI_ASSOC);
|
||||
print ('<form method="get" action="gestionsite/modifVotation.php">');
|
||||
print ('<form method="get" action="' . $path . '">');
|
||||
print "<pre>";
|
||||
if ($db->result->num_rows == 1)
|
||||
{
|
||||
@ -96,7 +96,7 @@ function choixVotation($path, $methode=2) //2 = toutes les votations 1 = votat
|
||||
}
|
||||
print '</pre><br>
|
||||
<div>
|
||||
<input type="submit" value="Voter">
|
||||
<input type="submit" value="Envoyer">
|
||||
</div>
|
||||
</form>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user