Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix regression on homepage (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 6, 2012
1 parent ff33902 commit 4efe376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
JOIN participants p ON p.id = tipper
JOIN social_network_users snu ON snu.participant_id = tippee
WHERE last_bill_result = ''
AND NOT payin_suspended
AND NOT is_suspicious
AND snu.is_locked = false
ORDER BY tipper, tippee, mtime DESC
) AS foo
Expand Down

0 comments on commit 4efe376

Please sign in to comment.