X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fplacing.phh;h=fd932b4323a869cdc811884ea1e8afedacb7ce2d;hb=66eaf1176bb114a40111960b5467201efef2b247;hp=71cbca17bdf5dab758b8c4442d8967d8302c17bb;hpb=8d16e0d849f5b04cf58e439934c498a78ea5a1eb;p=brisk.git diff --git a/web/briskin5/Obj/placing.phh b/web/briskin5/Obj/placing.phh index 71cbca1..fd932b4 100644 --- a/web/briskin5/Obj/placing.phh +++ b/web/briskin5/Obj/placing.phh @@ -96,13 +96,13 @@ function ptsgam_cmp($a, $b) } /* types of placing based on delta time */ -define(TY_DTIME_TRI, 0); -define(TY_DTIME_MON, 1); -define(TY_DTIME_WEE, 2); +define('TY_DTIME_TRI', 0); +define('TY_DTIME_MON', 1); +define('TY_DTIME_WEE', 2); /* subtypes of placing based on number of played games */ -define(SUBTY_FREQ_LO, 0); -define(SUBTY_FREQ_HI, 1); +define('SUBTY_FREQ_LO', 0); +define('SUBTY_FREQ_HI', 1); function placings_show($user)