X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=71e90a0b19a1246403d9b1db75ac0dc423bbef7f;hb=4c34b19780737fea8e0bf6ae2b19af68fc1e4f95;hp=affe74a701010b207961415cf2613c9c5ffd881f;hpb=843082dc29593901d1e197701623b3a28d2fc716;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index affe74a..71e90a0 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -153,7 +153,7 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "5.7.0"; +$G_brisk_version = "5.8.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': dati dai client via web-socket.', @@ -2734,9 +2734,6 @@ class Brisk $flags = $user_cur->flags; - if ($user_cur_id == $table->player[$i]) - $flags |= 1; - log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx)); if ($user_cur->is_supp_custom()) $supp_comp_s = sprintf(', "%s"', $user_cur->rec->supp_comp_get()); @@ -3580,4 +3577,4 @@ function login_consistency($name) } return (TRUE); } -?> \ No newline at end of file +?>