X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=9c40d56c1eb9dae684340876c1ed94ca31facd21;hb=dbcc741bebba01b80f008eb1177fe2130c3656bb;hp=affe74a701010b207961415cf2613c9c5ffd881f;hpb=843082dc29593901d1e197701623b3a28d2fc716;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index affe74a..9c40d56 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.', @@ -2698,10 +2698,6 @@ class Brisk } if ($this->user[$i]->subst == "standup") { - if ($user_cur_id == $i) { - $flags |= 1; - } - $content .= sprintf('%s[ %d, "%s"%s ]',($ct > 0 ? ', ' : ''), $flags, xcape($this->user[$i]->name), $supp_comp_s); $ct++; @@ -2734,9 +2730,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 +3573,4 @@ function login_consistency($name) } return (TRUE); } -?> \ No newline at end of file +?>