From c6b17bbdcb7823ae384229eda67bb3797abf6c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Tue, 10 Jan 2023 14:50:06 +0100 Subject: [PATCH] Deboguage --- WEB/Controller/ResoudreGateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/Controller/ResoudreGateway.php b/WEB/Controller/ResoudreGateway.php index 331042bd..a3acf305 100644 --- a/WEB/Controller/ResoudreGateway.php +++ b/WEB/Controller/ResoudreGateway.php @@ -239,6 +239,7 @@ class ResoudreGateway if (empty($results)) { return 0; } + var_dump($results); return $results[0]['max(indexEnigme)']; } } \ No newline at end of file