Commit de louay : correction de bug en tp

This commit is contained in:
stiti
2024-06-06 10:15:04 +02:00
parent 7ef94d3b2f
commit 2aba540016
2 changed files with 1 additions and 3 deletions

View File

@@ -53,7 +53,6 @@
</div>
<?php if ($this->session->userdata('user_id')): ?>
<?php if (!empty($user_playlists)): ?>
<br>
<select id="playlist_music_<?php echo $musique->id; ?>" class="select-playlist">
<?php foreach ($user_playlists as $playlist) : ?>
<option value="<?php echo $playlist->id; ?>"><?php echo $playlist->name; ?></option>