X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=ce0fa1dba1da0f8ca4b7f444e67b99fe9a5e69c9;hb=9cca3b21eb54b1c6c14610b93e7a3dc5fa362cc1;hp=256d6e8e8f28cddd81c28a7d3e25adbc35dd8a4b;hpb=b0ceb9e978fb45d6345386c7ee7793de9c46ee7b;p=brisk.git diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 256d6e8..ce0fa1d 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1977,11 +1977,11 @@ function briscola_show($bri, $table, $user) function game_result($asta_pnt, $pnt) { - $sixtee = 60; + $sixty = 60; if ($asta_pnt == 61) { - if ($pnt > $sixtee) + if ($pnt > $sixty) return (1); - else if ($pnt == $sixtee) + else if ($pnt == $sixty) return (0); else return (-1);