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

Commit

Permalink
Clean up homepage listing more (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 6, 2012
1 parent d2c9678 commit e487ce8
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 (is_suspicious IS true) OR (is_suspicious IS NULL)
AND ((is_suspicious IS false) OR (is_suspicious IS NULL))
AND snu.is_locked = false
ORDER BY tipper, tippee, mtime DESC
) AS foo
Expand Down

0 comments on commit e487ce8

Please sign in to comment.