From: Steinar H. Gunderson Date: Mon, 20 May 2013 12:37:32 +0000 (+0200) Subject: Do not show cheaters. X-Git-Url: https://git.sesse.net/?p=wloh;a=commitdiff_plain;h=51ea31c1dc6c87693c20bcdd2b1147359de926e4 Do not show cheaters. --- diff --git a/www/rating.pl b/www/rating.pl index 48d9859..30951c4 100755 --- a/www/rating.pl +++ b/www/rating.pl @@ -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);