diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-07-30 16:22:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-07-30 16:22:01 +0000 |
commit | 0cf99f9a6c1a797017c146d8a7f19da934c153c4 (patch) | |
tree | 369f5ec65ded5a13a5fe0346886545ab06ab9b0a /artists.php | |
parent | afa1173a19e08606b5f159807bdf93e84896deac (diff) | |
download | ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.tar.gz ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.tar.bz2 ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.zip |
a few updates/fixes for localplay
Diffstat (limited to 'artists.php')
-rw-r--r-- | artists.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/artists.php b/artists.php index 4e38c1bc..6d4191fb 100644 --- a/artists.php +++ b/artists.php @@ -193,11 +193,11 @@ switch($action) { preg_match("/^(\w*)/", $match, $matches); show_alphabet_list('artists','artists.php',$match); if ($match === "Browse") { - show_alphabet_form('',_("Show Artists starting with"),"artists.php?action=match"); + show_alphabet_form('',_('Show Artists starting with'),"artists.php?action=match"); show_artists(); } elseif ($match === "Show_all") { - show_alphabet_form('',_("Show Artists starting with"),"artists.php?action=match"); + show_alphabet_form('',_('Show Artists starting with'),"artists.php?action=match"); $_SESSION['view_offset_limit'] = 999999; show_artists(); } |