diff --git a/html/users.php b/html/users.php index 4ea63e12..d95b1c27 100644 --- a/html/users.php +++ b/html/users.php @@ -81,16 +81,14 @@ 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 "
"; } } ?>