diff --git a/Modele/Gestionconfiee.php b/Modele/Gestionconfiee.php index b8e7ffd2..e9018afb 100755 --- a/Modele/Gestionconfiee.php +++ b/Modele/Gestionconfiee.php @@ -22,6 +22,8 @@ class Gestionconfiee extends Modele { WHERE a.id=?"; $resultat = $this->executerRequete($sql, array($idGc)); $context = $resultat->fetch(PDO::FETCH_ASSOC); + var_dump($context); + die(); $_SESSION['codeGcAssureur_C'] = $context['codeGcAssureur']; $_SESSION['GcAssureur_C'] = $context['libelle']; return $context;