From c87ecdc6d557c5aa64feb068029fc1f19f7a41f7 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 3 Apr 2026 17:33:48 +0000 Subject: [PATCH] qaz --- Vue/Ajaxparamlienparente/index.php | 108 +++++++++++++++-------------- 1 file changed, 57 insertions(+), 51 deletions(-) diff --git a/Vue/Ajaxparamlienparente/index.php b/Vue/Ajaxparamlienparente/index.php index 2ae8825e..68dab5f6 100755 --- a/Vue/Ajaxparamlienparente/index.php +++ b/Vue/Ajaxparamlienparente/index.php @@ -1,74 +1,80 @@ nettoyer($lienparente['codeLienParente']); - $libelle = $this->nettoyer($lienparente['libelle']); - $enVigueur = $this->nettoyer($lienparente['enVigueur']); - - $actif = ($enVigueur == "1") ? "Oui" : "Non"; - - if (est_anglophone()){ - $libelle = $this->nettoyer($lienparente['libelleEng']); - $actif = ($enVigueur == "1") ? "Yes" : "No"; - } - + $codeLienParente = $this->nettoyer($lienparente['codeLienParente']); + $libelle = $this->nettoyer($lienparente['libelle']); + $enVigueur = $this->nettoyer($lienparente['enVigueur']); + + if (est_anglophone()){ + $libelle = $this->nettoyer($lienparente['libelleEng']); + } ?>