From 185630d92c74356946a2a0fe19748b41c9ba57de Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 22 Aug 2007 05:45:15 +0000 Subject: bedtime, added random box back in does not do anything thou... well besides taunt you with its not doing anythingness --- lib/ui.lib.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index ececefbb..13065075 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -882,9 +882,13 @@ function show_artist_select($name='artist', $artist_id=0) { * It's amazing we have three of these funtions now, this one shows a select of genres and take s name * and a selected genre... Woot! */ -function show_genre_select($name='genre',$genre_id=0) { +function show_genre_select($name='genre',$genre_id=0,$size='') { - echo "\n"; $sql = "SELECT `id`, `name` FROM `genre` ORDER BY `name`"; $db_results = Dba::query($sql); -- cgit