list 일부 수정. tfoot 안에 tr td없는거 수정

This commit is contained in:
2018-07-11 22:17:03 +09:00
parent 3074bc00d7
commit 0ee833d7ae
8 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ switch($btn) {
], '`no` IN %li', $genlist);
break;
case "특기 부여":
list($year, $month) = $gameStor->getValuesAsArray(['year', 'month']);
[$year, $month] = $gameStor->getValuesAsArray(['year', 'month']);
$text = "특기 부여!";
foreach($db->query("SELECT `no`,leader,power,intel,dex0,dex10,dex20,dex30,dex40 FROM general WHERE `no` IN %li", $genlist) as $general){