불필요한 array_get 삭제. 모병 칸 버튼을 징병->모병

This commit is contained in:
2018-04-18 22:03:01 +09:00
parent d550415b65
commit e709ee5db8
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ function calc(cost, formnum) {
<form name=form{$i} action=c_double.php>
<td valign=center>
<input type=text name=double maxlength=3 size=3 value=$crew style=text-align:right;color:white;background-color:black>00명<input type=button value=계산 onclick='calc($baseCost, $i)'><br>
<input type=text name=cost maxlength=5 size=5 readonly style=text-align:right;color:white;background-color:black>원 <input type=submit value=병>
<input type=text name=cost maxlength=5 size=5 readonly style=text-align:right;color:white;background-color:black>원 <input type=submit value=병>
<input type=hidden name=third value={$i}>
<input type=hidden name=command value=$command>";