From c57189522594d5e09fd939adbbf5eee9f0c2d22c Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 18 Jan 2026 06:20:22 +0000 Subject: [PATCH] a --- Modele/Client.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modele/Client.php b/Modele/Client.php index 786bd1c..41a6cca 100755 --- a/Modele/Client.php +++ b/Modele/Client.php @@ -385,6 +385,7 @@ class Client extends Modele { $sql = 'call sp_c_creer_user_rh_client(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);'; + /* var_dump( array( "hash" => $hash, @@ -394,6 +395,7 @@ class Client extends Modele { ) ); exit(); + */ $this->executerRequete($sql, array($codeSociete, $idClient, $numeroClient, $codeUtilisateur, $nom, $prenoms, $telephone, $email, $hash, $codeLangue, $user, $codeModeGenerationPass, $passAutoGen, $codeModeEnvoiPass, $motPass, $codeProfil));