multoval added to show info correctly
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 10 Dec 2012 17:52:07 +0000 (18:52 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 10 Dec 2012 17:52:07 +0000 (18:52 +0100)
web/briskin5/Obj/briskin5.phh

index daf02b3..89445ce 100644 (file)
@@ -1690,7 +1690,7 @@ function show_table_info(&$bri, &$table, $table_pos)
         }
         $old_multer = $table->multer(FALSE);
         if ($old_multer > 1) {
-            $noty .= sprintf($mlang_bin5_bin5['info_omul'][$G_lang], $old_multer);
+            $noty .= sprintf($mlang_bin5_bin5['info_omul'][$G_lang], multoval($old_multer));
         }
         $noty .= "<hr><br>";
     }
@@ -1723,7 +1723,7 @@ function show_table_info(&$bri, &$table, $table_pos)
   
     $multer = $table->multer(TRUE);
     if ($multer > 1) {
-        $noty .= sprintf($mlang_bin5_bin5['info_mult'][$G_lang], $multer );
+        $noty .= sprintf($mlang_bin5_bin5['info_mult'][$G_lang], multoval($multer) );
     }
     $noty .= "<hr><br>";
     $ret .= show_notify($noty, 3000, $mlang_bin5_bin5['btn_bkgame'][$G_lang], 500, 400);