diff --git a/WEB/Controller/ResoudreGateway.php b/WEB/Controller/ResoudreGateway.php index db351748..1e17fed4 100644 --- a/WEB/Controller/ResoudreGateway.php +++ b/WEB/Controller/ResoudreGateway.php @@ -97,7 +97,7 @@ class ResoudreGateway "enigme" => array($enigmeId, SQLITE3_INTEGER), "partie" => array($partieId, SQLITE3_INTEGER), "classement" => array(NULL, SQLITE3_NULL), - "index" => array($index, SQLITE3_NULL), + "index" => array($index, SQLITE3_INTEGER), "temps" => array($temps, SQLITE3_FLOAT), "code" => array($code, SQLITE3_TEXT), "ended" => array($ended, SQLITE3_INTEGER),