summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php2
1 files changed, 1 insertions, 1 deletions
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']);