From 422e5652700031628ca345b4bdd39096c3271455 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 14 Mar 2026 18:52:46 +0000 Subject: [PATCH] dfgfg --- Modele/Gestionconfiee.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Modele/Gestionconfiee.php b/Modele/Gestionconfiee.php index e9018afb..4ee36f00 100755 --- a/Modele/Gestionconfiee.php +++ b/Modele/Gestionconfiee.php @@ -17,13 +17,9 @@ class Gestionconfiee extends Modele { { $sql = "sp_get_garant_id(?);"; - $sql = "SELECT a.*, b.libelle as typegc FROM gc_assureur a - JOIN gc_typegarant b ON (a.typeGarant = b.id) - 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;