diff options
Diffstat (limited to 'song.php')
-rw-r--r-- | song.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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']); |