From 03652e7f9651067cfe6ef6a40eb10dc0be48169c Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:02:48 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/users.php b/html/users.php index d95b1c27..d45b2b3d 100644 --- a/html/users.php +++ b/html/users.php @@ -88,7 +88,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
"; echo "
" . $resultat[0]['display_name']; echo "div class='auteur-perms'"; - echo ""; foreach($classifications as $id => $nom) { if($row['accreditation'] == $id) { echo ''; @@ -97,7 +97,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati } } echo ""; - echo ""; foreach($roles as $id => $nom) { if($row['accreditation'] == $id) { echo '';