projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d60b14
)
include apprentices in isolation mode
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 06:51:45 +0000
(08:51 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 06:51:45 +0000
(08:51 +0200)
web/index.php
patch
|
blob
|
history
diff --git
a/web/index.php
b/web/index.php
index
70b0dae
..
ec7031a
100644
(file)
--- 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 .= '<tr id = "tr_noauth'.$ii.'">';
}
- if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_A
UTH
_N) {
+ if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_A
PPR
_N) {
$tables .= '<td id = "td_noauth'.$ii.'">';
$tables .= '<div class="room_div"><div class="room_tit"><b>'.$mlang_room['tit_tabl'][$G_lang].$i.'</b></div>';