X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fplacing.phh;fp=web%2Fbriskin5%2FObj%2Fplacing.phh;h=36d2950aca199cfa3edf111b6347d12a78124026;hb=0458589e4e0691b0e5678c7a86e1c0e2bdef3ff3;hp=cd2a87137f29e6127ff8f2b71726c190d902e2eb;hpb=670fb0145e602c1f4c65877ee05247377fc092fe;p=brisk.git diff --git a/web/briskin5/Obj/placing.phh b/web/briskin5/Obj/placing.phh index cd2a871..36d2950 100644 --- a/web/briskin5/Obj/placing.phh +++ b/web/briskin5/Obj/placing.phh @@ -24,7 +24,7 @@ * */ - +define(TOP_NUM, 10); define(TRI_LIMIT, (90 * 24 * 60 * 60)); define(TRI_FEW_GAMES, 60); @@ -130,12 +130,12 @@ function placing_show(&$user, $suff) if ($pg->username == "") continue; - if ($i < 5) { + if ($i < TOP_NUM) { $ret .= sprintf("%d%s%s%s%s(%d/%d)", $i+1, ($pg->username == $user->name ? "" : ""), $pg->username, ($pg->username == $user->name ? "" : ""), $pg->snormpts(), $pg->pts, $pg->gam); } if ($user != FALSE) { - if ($pg->username == $user->name && $i >= 5) { + if ($pg->username == $user->name && $i >= TOP_NUM) { $tail = sprintf(" . . . . . . . . . . "); $tail .= sprintf("%d%s%s%s%s(%d/%d)", $i+1, ($pg->username == $user->name ? "" : ""), $pg->username, ($pg->username == $user->name ? "" : ""), $pg->snormpts(), $pg->pts, $pg->gam);