From d82f42629c802d968be247832c2e7cbf17eb16c6 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 28 Nov 2010 10:03:16 +0100 Subject: VN Filter Selector: Added "original language" filter The original language is the language of the first release of the VN, and is cached in vn.c_olang. (Geez, the vn table has more caching columns than actual information >.>) --- lib/VNDB/Handler/VNBrowse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB/Handler/VNBrowse.pm') diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm index df450677..7b35dc26 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|length hasani taginc tagexc tagspoil lang plat|; + my $fil = fil_parse $f->{fil}, qw|length hasani taginc tagexc tagspoil lang olang plat|; _fil_compat($self, $fil); if($f->{q}) { -- cgit v1.2.3