]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:13:23 +0000 (09:13 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:13:23 +0000 (09:13 +0200)
web/index.php

index ec7031a411f1b5548cab1b7ea43bddc2f7826166..3ac428a27b9a260847abf42d70000319635fb2a7 100644 (file)
@@ -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_APPR_N) {
+            if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $i < TABLES_APPR_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>';