now natars will not appear in ranking

This commit is contained in:
unknown
2012-07-09 21:36:28 +03:00
parent c0730af9ee
commit 4b6125d14c
+1 -1
View File
@@ -194,7 +194,7 @@
)allitag
FROM " . TB_PREFIX . "users
WHERE " . TB_PREFIX . "users.access < " . (INCLUDE_ADMIN ? "10" : "8") . "
ORDER BY totalpop DESC, totalvillages DESC, userid DESC";
AND " . TB_PREFIX . "users.tribe <= 3 ORDER BY totalpop DESC, totalvillages DESC, userid DESC";
$result = (mysql_query($q));