summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/ULists.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-11 16:47:39 +0100
committerYorhel <git@yorhel.nl>2008-12-11 16:47:39 +0100
commit739327d3d50b7cae9f9cb938fa25129ae34e78cb (patch)
tree526eb94147223f1aedc70e873b273f0ab3e15d80 /lib/VNDB/DB/ULists.pm
parent0514545451f9955cbdcdfed3137ac7e7888d6269 (diff)
Basic userpage + recent votes to VN pages + long-object-float bugfix
These changes are all pretty much related, so couldn't really do that in multiple commits.
Diffstat (limited to 'lib/VNDB/DB/ULists.pm')
-rw-r--r--lib/VNDB/DB/ULists.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/DB/ULists.pm b/lib/VNDB/DB/ULists.pm
index c47af8e5..212388d0 100644
--- a/lib/VNDB/DB/ULists.pm
+++ b/lib/VNDB/DB/ULists.pm
@@ -137,7 +137,7 @@ sub dbVoteGet {
my %where = (
$o{uid} ? ( 'n.uid = ?' => $o{uid} ) : (),
$o{vid} ? ( 'n.vid = ?' => $o{vid} ) : (),
- $o{hide} ? ( 'u.show_list = FALSE' => 1 ) : (),
+ $o{hide} ? ( 'u.show_list = TRUE' => 1 ) : (),
);
my($r, $np) = $self->dbPage(\%o, q|