From 223e70c8671043c4d5074565e7d3d30fbf119630 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Feb 2026 12:03:05 +0000 Subject: [PATCH] a --- Controleur/ControleurHtagcarte.php | 4 +++- Modele/Carteassure.php | 7 ------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Controleur/ControleurHtagcarte.php b/Controleur/ControleurHtagcarte.php index 1ad67de9..8c3dd61c 100644 --- a/Controleur/ControleurHtagcarte.php +++ b/Controleur/ControleurHtagcarte.php @@ -28,6 +28,8 @@ class ControleurHtagcarte extends Controleur { $motifRevocation = $this->requete->getParametreFormulaire("motifRevocation"); $this->carte->revoquer_carte($idHtagcarte, $motifRevocation); - } + $this->executerAction("index"); + // $this->rediriger("Htagcarte"); + } } \ No newline at end of file diff --git a/Modele/Carteassure.php b/Modele/Carteassure.php index ad4eccb5..55284131 100755 --- a/Modele/Carteassure.php +++ b/Modele/Carteassure.php @@ -283,11 +283,4 @@ class Carteassure extends Modele { $this->executerRequete($sql, array($idHtagcarte, $user, $motifRevocation)); } - - CALL sp_revoquer_carte -( - '19', -- p_idHtagcarte BIGINT, - 'kane', -- p_user VARCHAR(50), - 'TEST REVOCATION' -- p_motifRevocation VARCHAR(255) -); } \ No newline at end of file