X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=c87965a9cf51f136ef6a1382ecc0525a3d792bbf;hb=4b241ddefd6d6085651c447b60db0528a472667e;hp=71e90a0b19a1246403d9b1db75ac0dc423bbef7f;hpb=4c34b19780737fea8e0bf6ae2b19af68fc1e4f95;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 71e90a0..c87965a 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2028,7 +2028,7 @@ class Brisk $to_all = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 120); } while (0); } // /alarm chat command - else if (strncmp($msg, "/listen ", 8) == 0) { + else if (FALSE && strncmp($msg, "/listen ", 8) == 0) { $arg = substr($msg, 8); if (strcasecmp($arg, "isolation") == 0) { @@ -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++;