From 27158141ee1a14b7d23ae8997d2c41b49fc904d9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 25 Dec 2005 10:04:27 +0000 Subject: initial ratings mojo, some stylesheet fixes, changed user preferences again and a db update --- song.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'song.php') diff --git a/song.php b/song.php index 93d9d9d5..9c2dbe79 100644 --- a/song.php +++ b/song.php @@ -98,7 +98,10 @@ elseif ( $_REQUEST['random'] ) { if($_REQUEST['catalog'] != '-1') { $matchlist['catalog'] = $_REQUEST['catalog']; } - + $_REQUEST['random'] = '100'; + $_REQUEST['random_type'] = 'normal'; + unset($matchlist['genre']); + unset($matchlist['catalog']); /* Setup the options array */ $options = array('limit' => $_REQUEST['random'], 'random_type' => $_REQUEST['random_type']); -- cgit