test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 95622685fe
commit b8ac8e09ef

@ -295,7 +295,7 @@ class ResoudreGateway
$query="SELECT classement FROM Resoudre $query="SELECT classement FROM Resoudre
WHERE enigme=:enigme WHERE enigme=:enigme
AND partie=:partie AND partie=:partie
ORDER BY classement DESC"; ORDER BY classement";
$this->con->executeQuery($query, array( $this->con->executeQuery($query, array(
"enigme" => array($enigmeId, SQLITE3_INTEGER), "enigme" => array($enigmeId, SQLITE3_INTEGER),
"partie" => array($idPartie, SQLITE3_INTEGER))); "partie" => array($idPartie, SQLITE3_INTEGER)));

Loading…
Cancel
Save