typo fixed pre-auto-maintenance v4.13.4
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 18 Mar 2014 06:13:01 +0000 (07:13 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 18 Mar 2014 06:13:01 +0000 (07:13 +0100)
web/briskin5/Obj/briskin5.phh

index 256d6e8..ce0fa1d 100644 (file)
@@ -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);