From eec861aeb617d437da4ed83fe79be61b7192f3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Thu, 12 Jan 2023 19:35:25 +0100 Subject: [PATCH] test --- WEB/Controller/ResoudreGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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