q
This commit is contained in:
parent
e16add5e42
commit
709d804f4d
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user