is_exclusive argument added to all lock_data() functions, (exclusivity is always...
[brisk.git] / web / briskin5 / index_wr.php
index ab6878c..1eabe2c 100644 (file)
@@ -52,7 +52,7 @@ if ($table_idx < 0 || $table_idx >= TABLE_N)
 
 log_mop(0, 'bin::index_wr.php: COMM: '.xcapemesg($mesg));
 
-$sem = Bin5::lock_data($table_idx);
+$sem = Bin5::lock_data(TRUE, $table_idx);
 
 if (($bri = Bin5::load_data($table_idx,$table_token)) == FALSE) {
   echo "Bin5 Load data error";