From 37b60229aefe90ad85311fead061db13cdba5013 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 22:58:03 +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 9c2db2ec..791d94a5 100644 --- a/html/users.php +++ b/html/users.php @@ -81,7 +81,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati if ($resultat) { foreach($resultat as $row) { - echo "
Nom : " . $row['display_name'] . "
login : " . $row['username'] . "
Email : " . $row['email'] . "
"; foreach($roles as $id => $nom) { if($row['role'] == $id) { echo '';