summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/ULists.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-16 11:14:47 +0200
committerYorhel <git@yorhel.nl>2009-08-16 11:14:47 +0200
commitdde519b9ad772b38f56b97344f24cad987a7cdad (patch)
tree956539edd4d963553e2b5fb1c8c8be65939d2426 /lib/VNDB/DB/ULists.pm
parentc2722e296ff45214907331913bfc1247974b866c (diff)
Fixed typo in DB::Ulists
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 f57c5aa1..e9b38e57 100644
--- a/lib/VNDB/DB/ULists.pm
+++ b/lib/VNDB/DB/ULists.pm
@@ -199,7 +199,7 @@ sub dbVoteStats {
!s
!W
GROUP BY vote|,
- $ign ? 'JOIN users ON id = uid AND (NOT ign_votes'.($u?sprintf(' OR id = %d'.$u):'').')' : '',
+ $ign ? 'JOIN users ON id = uid AND (NOT ign_votes'.($u?sprintf(' OR id = %d',$u):'').')' : '',
$col ? { '!s = ?' => [ $col, $id ] } : {},
)});
return $r;