From 05e6d947be96664074d95f9d6f4635415186ecac Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 2 Apr 2006 08:14:21 +0000 Subject: fixed a problem I introduced by unfudging the song.php file --- song.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'song.php') diff --git a/song.php b/song.php index 344a4e8b..af6e9337 100644 --- a/song.php +++ b/song.php @@ -61,6 +61,9 @@ switch ($action) { $song_ids = $_POST['song']; } break; + case 'single_song': + $song_ids[] = scrub_in($_REQUEST['song_id']); + break; case 'your_popular_songs': $song_ids = get_popular_songs($_REQUEST['limit'], 'your', $GLOBALS['user']->id); break; -- cgit