diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-05 08:07:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-05 08:07:00 +0000 |
commit | b611d2e0a3c4b3e67273478baa4138e3bf47c7b4 (patch) | |
tree | 4b402e7465e121035a37c875b4ee296e83ad5dc2 /browse.php | |
parent | 2e340028710ec8cb83defc02dce6bcd0c6993d01 (diff) | |
download | ampache-b611d2e0a3c4b3e67273478baa4138e3bf47c7b4.tar.gz ampache-b611d2e0a3c4b3e67273478baa4138e3bf47c7b4.tar.bz2 ampache-b611d2e0a3c4b3e67273478baa4138e3bf47c7b4.zip |
* 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
Diffstat (limited to 'browse.php')
-rw-r--r-- | browse.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']); |