Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Mar 21, 2008
1 parent 4086126 commit 22b9648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/DB/MySQL/MySQL.pm
Expand Up @@ -7923,7 +7923,7 @@ sub getSignoffCountHashForStoids {
"stoid",
"stoid, COUNT(DISTINCT signoff.uid) AS cnt",
"signoff, users",
"users.uid = signoffs.uid stoid in ($stoid_list) $user_limit_clause",
"users.uid = signoff.uid AND stoid IN ($stoid_list) $user_limit_clause",
"GROUP BY stoid"
);

Expand Down

0 comments on commit 22b9648

Please sign in to comment.