diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-11 03:41:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-11 03:41:50 +0000 |
commit | 87c3f8292fd158329cf1abecca6e651a22a7ee89 (patch) | |
tree | 1f739db8f9bfefaef035053585c3edfdac828c50 /templates/show_play_selected.inc.php | |
parent | a3a07028fb45e9ebc0c741853f3e2b838f03bd12 (diff) | |
download | ampache-87c3f8292fd158329cf1abecca6e651a22a7ee89.tar.gz ampache-87c3f8292fd158329cf1abecca6e651a22a7ee89.tar.bz2 ampache-87c3f8292fd158329cf1abecca6e651a22a7ee89.zip |
fixed up some playlist snafus now appends to playlist and remembers last used
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r-- | templates/show_play_selected.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index 9b44e8a0..31ec04fc 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -45,7 +45,7 @@ if (is_object($GLOBALS['playlist'])) { ?> <tr align="center"> <td colspan="2"> <?php echo _('Playlist'); ?>: <input type="button" value="<?php echo _('Add to'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/playlist.php?action=add_to');" /> - <?php show_playlist_dropdown($GLOBALS['playlist_id']); ?> + <?php show_playlist_dropdown($_SESSION['data']['playlist_id']); ?> <input class="button" type="button" value="<?php echo _('View'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/playlist.php?action=view');" /> <input class="button" type="button" value="<?php echo _('Edit'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/playlist.php?action=edit');" /> </td> |