From a54b709967a22ffeba505e01faead5c843a696bb Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 23:04:16 +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 e3a1952d..5bd5fab8 100644 --- a/html/users.php +++ b/html/users.php @@ -82,7 +82,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati if ($resultat) { foreach($resultat as $row) { $user_pp = $row['profile_picture'] == NULL ? "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png" : $row['profile_picture']; - echo "
Nom : " . $row['display_name'] . "
login : " . $row['username'] . "
Email : " . $row['email'] . "
"; foreach($roles as $id => $nom) { if($row['role'] == $id) { echo '';