X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=f3b822942e8b98b4a046b8e341585b95fc8faf28;hb=6a7088b090b78123ccfaa3ba00e1ea81647b173c;hp=90191d56f2abcb75028dcb2ed38b984e8a91a6c3;hpb=78f44060729d1f0c82a396aab1d05cbb75226d2d;p=brisk.git diff --git a/web/index.php b/web/index.php index 90191d5..f3b8229 100644 --- a/web/index.php +++ b/web/index.php @@ -236,7 +236,7 @@ function main() if (isset($BRISK_SHOWHTML) == FALSE) { $is_table = FALSE; - $sem = Room::lock_data(); + $sem = Room::lock_data(TRUE); log_main("lock Room"); if (($room = Room::load_data()) == FALSE) { log_crit("load_data failed");