From: Matteo Nastasi Date: Fri, 17 Apr 2020 06:51:45 +0000 (+0200) Subject: include apprentices in isolation mode X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=7cd9788f0a6ebd0d7e47d4393e7afb2ce19f61f2 include apprentices in isolation mode --- diff --git a/web/index.php b/web/index.php index 70b0dae..ec7031a 100644 --- a/web/index.php +++ b/web/index.php @@ -537,7 +537,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f if ($ii % 4 == 0) { $tables .= ''; } - if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_AUTH_N) { + if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_APPR_N) { $tables .= ''; $tables .= '
'.$mlang_room['tit_tabl'][$G_lang].$i.'
';