Update file users.php

This commit is contained in:
Jan BELLON 2024-03-12 14:34:05 +00:00
parent e4c04bf954
commit 2ad6d300d6

View File

@ -152,7 +152,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
echo '<option value="' . $id .'">' . $nom . '</option>';
}
}
echo "</select></div></div>";
echo "</select></div>";
echo "<div class='perm-div'><input type='hidden' name='userid' value='" . $row['ID'] . "'><input type='submit' value='Mettre à jour'></div>";
echo "</div></form></div>";
echo "</div>";