fixed silent error in briskin5/index_wr.php and corrected version 3.6.3
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Sun, 4 Dec 2011 10:26:40 +0000 (11:26 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Sun, 4 Dec 2011 10:26:40 +0000 (11:26 +0100)
web/Obj/brisk.phh
web/briskin5/index_wr.php

index 8b82a48..1aac984 100644 (file)
@@ -136,7 +136,7 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi',
 $G_lng = langtolng($G_lang);
 
 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
-$G_brisk_version = "3.6.1";
+$G_brisk_version = "3.6.3";
 
 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
 $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: nuovo sistema di evidenziazione degli utenti registrati.',
index f358440..8e894fd 100644 (file)
@@ -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));