From 443190f3bd866df518d94a5f84e20720eb02de25 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 28 Feb 2026 12:27:55 +0000 Subject: [PATCH] df --- Modele/Adherent.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Modele/Adherent.php b/Modele/Adherent.php index efebfd3..c308d05 100755 --- a/Modele/Adherent.php +++ b/Modele/Adherent.php @@ -597,6 +597,11 @@ class Adherent extends Modele { $sql = 'call sp_enregistrer_remplacement_adherent(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'; + var_dump(array($idPolice, $idAdherent, $user, $nom, $prenoms, $codeNaturePiece, $numeroPiece, + $sexe, $dateNaissance, $codeGroupeSanguin, $codeSituationFamille, $nombreEnfants, $adresseGeo, $adressePostale, + $codePays, $telephonFixe, $telephonePortable, $email, $fraisCarte)); + die(); + $this->executerRequete($sql, array($idPolice, $idAdherent, $user, $nom, $prenoms, $codeNaturePiece, $numeroPiece, $sexe, $dateNaissance, $codeGroupeSanguin, $codeSituationFamille, $nombreEnfants, $adresseGeo, $adressePostale, $codePays, $telephonFixe, $telephonePortable, $email, $fraisCarte));