From 0859a68948c74ce3d6dadf630b1042e1fbac1dca Mon Sep 17 00:00:00 2001 From: pierre renaudot Date: Thu, 18 Jan 2024 10:27:01 +0100 Subject: [PATCH] r --- controleurs/c_ficheAvalider.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/controleurs/c_ficheAvalider.php b/controleurs/c_ficheAvalider.php index 3859f6a..d50458a 100644 --- a/controleurs/c_ficheAvalider.php +++ b/controleurs/c_ficheAvalider.php @@ -1,12 +1,11 @@ getLesUtilisateurs(); //RENVOIE LISTE USERS -if ($_SESSION["typeU"] == "comptable") { +if ($_SESSION["uType"] == "comptable") { if (isset($_REQUEST['selVisiteur'])) { $userId = $_REQUEST['selVisiteur']; } else {