From c11aa971ca9c8863ca61ae3ea0c83af68e61bffc Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 11 Sep 2006 03:46:55 +0000 Subject: [PATCH] wups didnt mean to leave that in --- lib/playlist.lib.php | 4 ---- 1 file changed, 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();