diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-29 06:47:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-29 06:47:00 +0000 |
commit | e8559dd683eba762b2bd374c731e7f7e8116bf70 (patch) | |
tree | d14ca2253febee2ea214d3501b02ca4e59010d2f /templates/show_random.inc.php | |
parent | f593f18131d6a0cbf30b558b208e86b9fc957f13 (diff) | |
download | ampache-e8559dd683eba762b2bd374c731e7f7e8116bf70.tar.gz ampache-e8559dd683eba762b2bd374c731e7f7e8116bf70.tar.bz2 ampache-e8559dd683eba762b2bd374c731e7f7e8116bf70.zip |
fix http auth issues, fix missing line sfrom dipsols patch, few other minor things
Diffstat (limited to 'templates/show_random.inc.php')
-rw-r--r-- | templates/show_random.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index 57f92ed4..72094209 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -38,9 +38,8 @@ <option value="-1"><?php echo _('All'); ?></option> </select> </td> - <td rowspan="5" valign="top"><?php echo _('From genre'); ?></td> + <td rowspan="5" valign="top"><?php echo _('Tags'); ?></td> <td rowspan="5"> - <?php show_genre_select('genre[]','','6'); ?> </td> </tr> <tr> |