diff --git a/html/users.php b/html/users.php index d95b1c27..d45b2b3d 100644 --- a/html/users.php +++ b/html/users.php @@ -88,7 +88,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
"; echo "
" . $resultat[0]['display_name']; echo "div class='auteur-perms'"; - echo ""; foreach($classifications as $id => $nom) { if($row['accreditation'] == $id) { echo ''; @@ -97,7 +97,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati } } echo ""; - echo ""; foreach($roles as $id => $nom) { if($row['accreditation'] == $id) { echo '';