summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Releases.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-12 13:43:05 +0200
committerYorhel <git@yorhel.nl>2009-09-12 13:43:05 +0200
commit2e9748385946e53ef3713a3384514d6460bc6764 (patch)
treef5562cdc3d6e40608d5711d7228c18171a8adaba /lib/VNDB/Handler/Releases.pm
parentc29931974e751f11ae37e50d0a30c302d0f8f266 (diff)
Handler::Releases: Fixed display of publication info on /r+
Diffstat (limited to 'lib/VNDB/Handler/Releases.pm')
-rw-r--r--lib/VNDB/Handler/Releases.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index 4a214dd2..f0daa4cb 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -135,7 +135,7 @@ sub _infotable {
Tr ++$i % 2 ? (class => 'odd') : ();
td mt '_relinfo_publication';
- td mt $r->{patch} ? '_relinfo_pub_patch' : '_relinfo_pub_nopatch', $r->{freeware}?1:0, $r->{doujin}?1:0;
+ td mt $r->{patch} ? '_relinfo_pub_patch' : '_relinfo_pub_nopatch', $r->{freeware}?0:1, $r->{doujin}?0:1;
end;
if(@{$r->{platforms}}) {