debug
This commit is contained in:
parent
87e612e6f9
commit
6fdeb9d502
@ -141,7 +141,7 @@ class dbcore
|
||||
{
|
||||
$query = "SELECT * FROM liste_candidats WHERE idVotation='" . $idVotation . "' AND idVote='" . $idVote . "'";
|
||||
$this->query($query);
|
||||
$candidats = $this->result->fetch_all(MYSQL_ASSOC);
|
||||
$candidats = $this->result->fetch_all(MYSQLI_ASSOC);
|
||||
return $candidats;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user