From cf43c4d3f01f22b7f126bed113eb216e37311dbb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 20 Jan 2026 04:45:51 +0000 Subject: [PATCH] a --- Modele/Gestionconfiee.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modele/Gestionconfiee.php b/Modele/Gestionconfiee.php index f40a74e..df2a067 100644 --- a/Modele/Gestionconfiee.php +++ b/Modele/Gestionconfiee.php @@ -29,7 +29,8 @@ class Gestionconfiee extends Modele { public function getListe() { $sql = 'SELECT codeGcAssureur as `code`, libelle FROM gc_assureur order by libelle'; - $resultat = $this->executerRequete($sql,array($_SESSION['codeSociete'])); + // $resultat = $this->executerRequete($sql,array($_SESSION['codeSociete'])); + $resultat = $this->executerRequete($sql)); return $resultat->fetchAll(PDO::FETCH_ASSOC); }