]> git.sesse.net Git - wloh/commitdiff
Do not show cheaters.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 20 May 2013 12:37:32 +0000 (14:37 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 20 May 2013 12:37:32 +0000 (14:37 +0200)
www/rating.pl

index 48d985939c8a16918df02d095ba29d3f114526a1..30951c4735c6848fe2b3b88df5b267da62cbb1c4 100755 (executable)
@@ -77,6 +77,7 @@ FROM ratings
   NATURAL JOIN siste_divisjon
   NATURAL JOIN spiller_kultur
 WHERE kultur=?
+AND NOT jukser
 ORDER BY rating DESC');
 $q->execute($locale);