summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-11 03:46:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-11 03:46:55 +0000
commitc11aa971ca9c8863ca61ae3ea0c83af68e61bffc (patch)
tree57060ffc4003d2ce0bfa25295f7f09155a851774 /lib
parent87c3f8292fd158329cf1abecca6e651a22a7ee89 (diff)
downloadampache-c11aa971ca9c8863ca61ae3ea0c83af68e61bffc.tar.gz
ampache-c11aa971ca9c8863ca61ae3ea0c83af68e61bffc.tar.bz2
ampache-c11aa971ca9c8863ca61ae3ea0c83af68e61bffc.zip
wups didnt mean to leave that in
Diffstat (limited to 'lib')
-rw-r--r--lib/playlist.lib.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/playlist.lib.php b/lib/playlist.lib.php
index fdf6ec4c..e7248522 100644
--- a/lib/playlist.lib.php
+++ b/lib/playlist.lib.php
@@ -64,10 +64,6 @@ function show_playlist($playlist) {
/* Create the Playlist */
$song_ids = $playlist->get_items();
- /* Store this new id in the session for later
- * use
- */
- $_SESSION['data']['playlist_id'] = $playlist->id;
show_playlist_menu();