summaryrefslogtreecommitdiff
path: root/lib/VNDB/VN.pm
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-13 11:35:46 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-13 11:35:46 +0000
commit444f1107fd8bb195324c960c384875ab2e0bbc12 (patch)
tree73de868cb75951fd4ee3941d67cc2b9676199ebe /lib/VNDB/VN.pm
parenta9de16e13ba4b2270794e2b1aef4f710fa143cbf (diff)
Re-added the vote stats to VN pages, Searching for 'Chinese' doesn't select 'NES' and Place/time category order on VN pages is now consistent
git-svn-id: svn://vndb.org/vndb@66 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib/VNDB/VN.pm')
-rw-r--r--lib/VNDB/VN.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/VNDB/VN.pm b/lib/VNDB/VN.pm
index 683aba67..edf644ab 100644
--- a/lib/VNDB/VN.pm
+++ b/lib/VNDB/VN.pm
@@ -49,10 +49,10 @@ sub VNPage {
latest => scalar $self->DBGetVNList(vid => $id, results => 7, hide => 1),
graph => $self->DBVNListStats(vid => $id),
},
- #votes => {
- # latest => scalar $self->DBGetVotes(vid => $id, results => 10, hide => 1),
- # graph => $self->DBVoteStats(vid => $id),
- #},
+ votes => {
+ latest => scalar $self->DBGetVotes(vid => $id, results => 10, hide => 1),
+ graph => $self->DBVoteStats(vid => $id),
+ },
) : (),
});
}