소소한 설문 결과 수정

This commit is contained in:
2020-05-09 17:55:07 +09:00
parent aac7391d28
commit 8eb2380542
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if($btn == "투표" && $general->getVar('vote') == 0 && $sel > 0) {
'vote'=>$sel
], 'owner=%i', $userID);
if(tryUniqueItemLottery($general, '투표')){
if(tryUniqueItemLottery($general, '설문조사')){
$general->applyDB($db);
}
}