X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fplacing.phh;h=fd932b4323a869cdc811884ea1e8afedacb7ce2d;hb=5fa01c83781bbb977710f84ec20ff882d59b8034;hp=71cbca17bdf5dab758b8c4442d8967d8302c17bb;hpb=c644dac2f1cf3ec13c0f1149f4c60e45cf4401be;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)