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
+2 -2
View File
@@ -37,12 +37,12 @@ class Personnel{
$this->nation = $nation;
$this->valid = true;
list(
[
$this->startYear,
$this->year,
$this->month,
$this->killturn
) = $gameStor->getValuesAsArray(['startyear', 'year', 'month', 'killturn']);
] = $gameStor->getValuesAsArray(['startyear', 'year', 'month', 'killturn']);
}