From b611d2e0a3c4b3e67273478baa4138e3bf47c7b4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 5 Jan 2007 08:07:00 +0000 Subject: * Added echo of pattern on print tags * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay --- browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browse.php') diff --git a/browse.php b/browse.php index 6309e2f6..d3602c94 100644 --- a/browse.php +++ b/browse.php @@ -120,7 +120,7 @@ switch($action) { show_alphabet_list('song_title','browse.php',$match,'song_title'); /* Detect if it's Browse, and if so don't fill it in */ if ($match == 'Browse') { $match = ''; } - show_alphabet_form($match,_('Show Titles Starting With'),"browse.php?action=song_title&match=$match"); + show_alphabet_form($match,_('Show Titles Starting With'),"browse.php"); require (conf('prefix') . '/templates/show_box_bottom.inc.php'); $sql = $song->get_sql_from_match($_REQUEST['match']); -- cgit