list 일부 수정. tfoot 안에 tr td없는거 수정
This commit is contained in:
@@ -154,7 +154,7 @@ class ResetHelper{
|
||||
$year = $startyear;
|
||||
} else {
|
||||
// 현재 시간과 동기화
|
||||
list($starttime, $yearPulled, $month) = cutDay($turntime, $turnterm);
|
||||
[$starttime, $yearPulled, $month] = cutDay($turntime, $turnterm);
|
||||
if($yearPulled){
|
||||
$year = $startyear-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user