diff --git a/WEB/Controller/ResoudreGateway.php b/WEB/Controller/ResoudreGateway.php index f1d1c782..beedb8a7 100644 --- a/WEB/Controller/ResoudreGateway.php +++ b/WEB/Controller/ResoudreGateway.php @@ -335,7 +335,7 @@ class ResoudreGateway $this->con->executeQuery($query, array( "utilisateur" => array($mailUtilisateur, SQLITE3_TEXT), "partie" => array($idPartie, SQLITE3_INTEGER), - "temps" => array(0, SQLITE3_INTEGER))); + "temps" => array(null, SQLITE3_NULL))); $query = "UPDATE Resoudre SET classement=:classement