]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
remove bold from standup_content for your user (WIP)
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 06:00:39 +0000 (08:00 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 06:00:39 +0000 (08:00 +0200)
web/Obj/brisk.phh

index 71e90a0b19a1246403d9b1db75ac0dc423bbef7f..9c40d56c1eb9dae684340876c1ed94ca31facd21 100644 (file)
@@ -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++;