From 16381f9337e091ad3de722a446e2a964d911869d Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 15:26:43 +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 9affdc5a..4b92d04c 100644 --- a/html/users.php +++ b/html/users.php @@ -139,7 +139,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
"; echo "
" . $row['display_name']; if($row['role'] != 0) { - echo ''; + echo ''; } echo "
"; echo "
@" . $row['username'] . "
";