summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-31 04:44:56 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-31 04:44:56 +0000
commit2148ecc8ac957beb53ac1be3b6d7aafba491b7aa (patch)
treee06011661938f27fce3b78f223dc4ea2e4aaa8bc /lib/class
parenta93cc6b8ebb2d1bcd67aa91f670905f298d6d98e (diff)
downloadampache-2148ecc8ac957beb53ac1be3b6d7aafba491b7aa.tar.gz
ampache-2148ecc8ac957beb53ac1be3b6d7aafba491b7aa.tar.bz2
ampache-2148ecc8ac957beb53ac1be3b6d7aafba491b7aa.zip
added a browse by all, noticed a bug with browsing _very_ large lists causes it to pop know how to fix it, but I will do that tomorrow
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/browse.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index a5ea13b2..a652dd71 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -68,6 +68,7 @@ class Browse {
}
break;
case 'alpha_match':
+ if ($value == _('All')) { $value = ''; }
$_SESSION['browse']['filter'][$key] = $value;
break;
default: