From 0499778530ec1b0760c5a0ecf083476bbac688d6 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 22:58:36 +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 791d94a5..eca353b0 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 '';