From 08f7cea2dcb186ed7a8c1d2e220f77346bd82401 Mon Sep 17 00:00:00 2001 From: pierre renaudot Date: Fri, 12 Jan 2024 11:12:03 +0100 Subject: [PATCH] correction bug / netoyage du code --- controleurs/c_gestionFiche.php | 10 +++++----- controleurs/c_homePage.php | 2 +- include/menu.php | 14 ++++++++------ vues/v_gestionFiches.php | 2 +- vues/v_homePage.php | 4 +--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/controleurs/c_gestionFiche.php b/controleurs/c_gestionFiche.php index 393ddb9..d68d2cf 100644 --- a/controleurs/c_gestionFiche.php +++ b/controleurs/c_gestionFiche.php @@ -1,12 +1,14 @@ getLesUtilisateurs(); //RENVOIE LISTE USERS -if ($_SESSION["typeU"] == "comptable") { +// Gestion du selecteur selon le type user +if ($typeU == "comptable") { if (isset($_REQUEST['selVisiteur'])) { $userId = $_REQUEST['selVisiteur']; } else { @@ -18,6 +20,4 @@ if ($_SESSION["typeU"] == "comptable") { $lesFiches = $gestionFiche->get_ListesFiches($userId); - - include("vues/v_gestionFiches.php"); diff --git a/controleurs/c_homePage.php b/controleurs/c_homePage.php index 64cd995..1fc30f0 100644 --- a/controleurs/c_homePage.php +++ b/controleurs/c_homePage.php @@ -1,3 +1,3 @@ -
+