X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules_together17.phh;h=75c84c3367f585b9929f57dae3d85b0d79d30003;hb=a16d8054d9577795a6d9306570eb3a06c46da147;hp=d57186df40c74649a2bc0006f9054ce6809f0a2c;hpb=bf3f1b6064a7f23cc8e38d69ecc16eb4b3f3e031;p=brisk.git diff --git a/web/briskin5/Obj/rules_together17.phh b/web/briskin5/Obj/rules_together17.phh index d57186d..75c84c3 100644 --- a/web/briskin5/Obj/rules_together17.phh +++ b/web/briskin5/Obj/rules_together17.phh @@ -75,7 +75,9 @@ class Rules_together17 extends Rules_no_draw { function min_tourn_points($a_pnt) { - if ($a_pnt < 71) + if ($a_pnt < 62) + $min_pts = 0; + else if ($a_pnt < 71) $min_pts = 13; else if ($a_pnt < 80) $min_pts = 19; @@ -185,7 +187,7 @@ oppure asso, tre, cavallo, 7, 6, 5 e 4 ). function rules_checkchoose(&$bri, $curtime, $action, $user, &$ret_s, $a_brisco) { - if (! parent::rules_checkchoose(&$bri, $curtime, $action, $user, &$ret_s, $a_brisco)) { + if (! parent::rules_checkchoose($bri, $curtime, $action, $user, $ret_s, $a_brisco)) { return FALSE; }