From c72663126c7bb20473d5dc8c7ced123cf5d471c4 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:03:10 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/users.php b/html/users.php index d45b2b3d..86c9fb6e 100644 --- a/html/users.php +++ b/html/users.php @@ -87,7 +87,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
"; echo "
"; echo "
" . $resultat[0]['display_name']; - echo "div class='auteur-perms'"; + echo "
"; foreach($classifications as $id => $nom) { if($row['accreditation'] == $id) {