1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

fixed show album art, added input for source charset on fix_filenames, added "add" to shoutbox display, updated links

This commit is contained in:
Karl 'vollmerk' Vollmer 2008-04-20 22:35:21 +00:00
parent 6952af791f
commit 2801dae076
8 changed files with 35 additions and 14 deletions

View file

@ -31,7 +31,7 @@ switch ($_REQUEST['action']) {
// Check 'value' with isset because it can null
//(user type a "start with" word and deletes it)
if ($_REQUEST['key'] && isset($_REQUEST['multi_alpha_filter'])) {
if ($_REQUEST['key'] && (isset($_REQUEST['multi_alpha_filter']) OR isset($_REQUEST['value']))) {
// Set any new filters we've just added
Browse::set_filter($_REQUEST['key'],$_REQUEST['multi_alpha_filter']);
}