]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 256d6e8e8f28cddd81c28a7d3e25adbc35dd8a4b..ce0fa1dba1da0f8ca4b7f444e67b99fe9a5e69c9 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);