From: Matteo Nastasi (mop) Date: Tue, 18 Mar 2014 06:13:01 +0000 (+0100) Subject: typo fixed X-Git-Tag: pre-auto-maintenance X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=9cca3b21eb54b1c6c14610b93e7a3dc5fa362cc1 typo fixed --- 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);