From 0cf99f9a6c1a797017c146d8a7f19da934c153c4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 30 Jul 2006 16:22:01 +0000 Subject: a few updates/fixes for localplay --- artists.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'artists.php') 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(); } -- cgit