From 040da2429fb944262c91560971024addbe914dcc Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 3 Oct 2018 16:21:00 +0900 Subject: [PATCH] =?UTF-8?q?lock=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index 0ae5a6af..8663bfbe 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1394,7 +1394,7 @@ function tryLock():bool{ $db->update('plock', [ 'plock'=>1, 'locktime'=>TimeUtil::now(true) - ], 'plock=1'); + ], 'plock=0'); return $db->affectedRows() > 0; }