debug
This commit is contained in:
parent
ebcb00f997
commit
65bbc85dce
@ -69,7 +69,7 @@ if (empty($idVotation))
|
|||||||
votesForm($path);
|
votesForm($path);
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
$query = "INSERT INTO liste_votes ('libelle', 'method', 'id_votation') VALUES ('" . $libelle . "', '" . $method . "'," . $idVotation . ")";
|
$query = "INSERT INTO liste_votes ('libelle', 'method', 'id_votation') VALUES ('" . $libelle . "', " . $method . "," . $idVotation . ")";
|
||||||
print($query);
|
print($query);
|
||||||
$db->query($query);
|
$db->query($query);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user