diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-01 23:59:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-01 23:59:07 +0000 |
commit | ace25154eb8ed90c557821edceacca097ccc0437 (patch) | |
tree | c880fbdadb140471117284dfc31b7a39f76b25f3 /lib/class/api.class.php | |
parent | abc6eac0e3a28317f8114f78016cfb2b4753003d (diff) | |
download | ampache-ace25154eb8ed90c557821edceacca097ccc0437.tar.gz ampache-ace25154eb8ed90c557821edceacca097ccc0437.tar.bz2 ampache-ace25154eb8ed90c557821edceacca097ccc0437.zip |
do not overlap filters
Diffstat (limited to 'lib/class/api.class.php')
-rw-r--r-- | lib/class/api.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 4685351b..f5c4bd42 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -63,6 +63,9 @@ class Api { case 'alpha_match': Browse::set_filter('alpha_match',$value); break; + case 'exact_match': + Browse::set_filter('exact_match',$value); + break; default: // Rien a faire break; |