유효성검사: #381 유효성 에러보고에 따른 처리

This commit is contained in:
whitedot
2013-03-13 18:41:41 +09:00
parent 8078e36e06
commit ec5a62abbc
9 changed files with 30 additions and 22 deletions

View File

@ -52,7 +52,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
</thead>
<tfoot>
<tr>
<th scope="row" colspan="2">소계</td>
<th scope="row" colspan="2">소계</th>
<td><?=number_format($sum_point1)?></td>
<td><?=number_format($sum_point2)?></td>
</tr>