summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-27 14:45:25 +0100
committerYorhel <git@yorhel.nl>2010-11-27 14:45:25 +0100
commitc31bc7978b302c898e9c9b34abc14fd3249beaa7 (patch)
tree00f297653c259da5d8914f33af1f03ec25864757 /lib/VNDB/Handler
parent107414db80313f551e55a185c06d16331164b21b (diff)
VN Filter Selector: Added length field filter
Has been requested quite often, now finally implemented.
Diffstat (limited to 'lib/VNDB/Handler')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index 3a8ae7d5..db3fa58c 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -25,7 +25,7 @@ sub list {
);
return 404 if $f->{_err};
$f->{q} ||= $f->{sq};
- my $fil = fil_parse $f->{fil}, qw|taginc tagexc tagspoil lang plat|;
+ my $fil = fil_parse $f->{fil}, qw|length taginc tagexc tagspoil lang plat|;
_fil_compat($self, $fil);
if($f->{q}) {