X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fplacing.phh;h=0b31b2b8034977bfef12e8887f8866e1acef677f;hb=27185d840648e6857ab197900e3cb11baf5a3692;hp=01ee1682dfa2d38db0c6e8b42954598c66929e6f;hpb=44f4d1b333ecb3cc3c3666cc5acb2422edcf029d;p=brisk.git diff --git a/web/briskin5/Obj/placing.phh b/web/briskin5/Obj/placing.phh index 01ee168..0b31b2b 100644 --- a/web/briskin5/Obj/placing.phh +++ b/web/briskin5/Obj/placing.phh @@ -23,18 +23,18 @@ */ -define(TOP_NUM, 10); -define(TRI_LIMIT, (90 * 24 * 60 * 60)); -define(TRI_MIN_GAMES, 70); -define(TRI_MAX_GAMES, 140); - -define(MON_LIMIT, (30 * 24 * 60 * 60)); -define(MON_MIN_GAMES, 35); -define(MON_MAX_GAMES, 70); - -define(WEE_LIMIT, (7 * 24 * 60 * 60)); -define(WEE_MIN_GAMES, 10); -define(WEE_MAX_GAMES, 35); +define('TOP_NUM', 10); +define('TRI_LIMIT', (90 * 24 * 60 * 60)); +define('TRI_MIN_GAMES', 70); +define('TRI_MAX_GAMES', 140); + +define('MON_LIMIT', (30 * 24 * 60 * 60)); +define('MON_MIN_GAMES', 35); +define('MON_MAX_GAMES', 70); + +define('WEE_LIMIT', (7 * 24 * 60 * 60)); +define('WEE_MIN_GAMES', 10); +define('WEE_MAX_GAMES', 35); class Ptsgam {