From 709d804f4d1a097e34ad093d56293e05a36b8b29 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 8 Feb 2026 02:09:17 +0000 Subject: [PATCH] q --- Controleur/ControleurRechercheparcarte.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index c1797e2..4027299 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -90,15 +90,20 @@ class ControleurRechercheparcarte extends Controleur { $nbLignes = $beneficiaires->rowCount(); - var_dump($nbLignes); - exit(); - if($nbLignes==0) { // $this->rediriger("Recherche"); // exit(); $msgErreur = 'Carte introuvable / Card not found'; + + var_dump( + array( + "nbLignes" => $nbLignes, + "msgErreur" => $msgErreur, + ) + ); + exit(); } else {