레거시 코드 정리
$a[count($a)] = ""; 의 형태로 된부분을 변경 RegGeneral 함수 계통 손보는 중
This commit is contained in:
@@ -101,7 +101,7 @@ switch($btn) {
|
||||
}
|
||||
}
|
||||
}
|
||||
$history[count($history)] = "<R>★</>턴시간이 <C>$btn</>으로 변경됩니다.";
|
||||
$history[] = "<R>★</>턴시간이 <C>$btn</>으로 변경됩니다.";
|
||||
pushHistory($history);
|
||||
break;
|
||||
case "변경6":
|
||||
|
||||
Reference in New Issue
Block a user