queryFirstField을 queryFirstField로 변경. 헷갈려.

This commit is contained in:
2018-01-28 18:20:32 +09:00
parent ca2b345075
commit 8a181055a0
+1 -1
View File
@@ -2317,7 +2317,7 @@ function CheckOverhead($connect) {
}
function isLock() {
return newDB()->queryFirstColumn("select plock from plock where no=1") != 0;
return newDB()->queryFirstField("select plock from plock where no=1") != 0;
}
function lock() {