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