X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=8e894fd7c3bf17768bb9ba7c75f2533c9fa0f70b;hb=39b7e78ebf3db1fcb3965675be9332435778e57f;hp=f358440c2bbe0cc9372532df13d6ea300c7be7ef;hpb=f4afdf81ecddcfa6490fe164bc431c2110dee54b;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index f358440..8e894fd 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -48,7 +48,7 @@ log_load("bin5/index_wr.php"); log_wr('COMM: '.$mesg); $table_idx = (int)$table_idx; -if ($table_idx < 0 || $table_idx >= TABLE_N) +if ($table_idx < 0 || $table_idx >= TABLES_N) exit; log_wr(0, 'bin::index_wr.php: COMM: '.xcapemesg($mesg));