From 7cd9788f0a6ebd0d7e47d4393e7afb2ce19f61f2 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Fri, 17 Apr 2020 08:51:45 +0200 Subject: [PATCH] include apprentices in isolation mode --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'
'; -- 2.17.1