remove bold from standup_content for your user (WIP)
[brisk.git] / web / Obj / brisk.phh
index affe74a..9c40d56 100644 (file)
@@ -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.'), <b>NOVITA\'</b>: 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
+?>