X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=6249c43f3e75c2dc320d2ef4b5142178c1fa6340;hb=7379a6c57be3c4ced0871d429bc1de1d6e2a91f8;hp=9d3f6b6045d9bffba8efff66bbe01ce409a82d12;hpb=3834934333bc49c745beaf1e373986d308b66255;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 9d3f6b6..6249c43 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -905,7 +905,7 @@ class Room $ret .= sprintf('stat = "%s";', $user->stat); - $ret .= root_wellcome($user); + $ret .= root_welcome($user); if ($user->flags & USER_FLAG_DBFAILED) { $ret .= "gst.st = ".($user->step+1)."; "; $ret .= show_notify($mlang_brisk['db_failed'][$G_lang], 0, $mlang_brisk['btn_close'][$G_lang], 400, 140); @@ -2674,7 +2674,7 @@ function show_notify_ex($text, $tout, $butt, $w, $h, $is_opaque, $block_time) } -function root_wellcome($user) +function root_welcome($user) { GLOBAL $root_wellarr, $G_lang; $ret = "";