그누보드5.0.33 수정내역 적용

This commit is contained in:
chicpro
2015-05-13 11:57:04 +09:00
parent 9fd14cfc17
commit 2705b9312c
11 changed files with 36 additions and 39 deletions

View File

@ -86,8 +86,8 @@ include_once('./admin.head.php');
<?php if ($w == 'u') { ?>
<tr>
<th scope="row"><label for="po_date">투표시작일</label></th>
<td><input type="text" name="po_date" value="<?php echo $po['po_date'] ?>" id="po_date" class="frm_input" maxlength="10"></td>
<th scope="row">투표등록일</th>
<td><?php echo $po['po_date']; ?></td>
</tr>
<tr>
<th scope="row"><label for="po_ips">투표참가 IP</label></th>