거래장 버그 수정

This commit is contained in:
2020-05-14 23:47:08 +09:00
parent 66dbc0366c
commit 2d739a956d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $bidCount = $db->queryFirstField('SELECT count(no) FROM auction where no2=%i', $
$btCount = $tradeCount + $bidCount;
if ($session->userGrade >= 5) {
if ($session->userGrade >= 5 || $btCount < 1) {
$btn = "submit";
} else {
$btn = "hidden";