포인트 유효기간 추가 작업

This commit is contained in:
chicpro
2013-07-29 09:40:48 +09:00
parent e8f89ddbb9
commit b60bc5cc1c
2 changed files with 11 additions and 6 deletions

View File

@ -150,7 +150,7 @@ function point_clear()
<td class="td_pt_log"><?php echo $link1 ?><?php echo $row['po_content'] ?><?php echo $link2 ?></td>
<td class="td_num td_pt"><?php echo number_format($row['po_point']) ?></td>
<td class="td_time"><?php echo $row['po_datetime'] ?></td>
<td><?php echo $row['po_expire_date'] == '0000-00-00' ? '&nbsp;' : $row['po_expire_date']; ?></td>
<td><?php echo $row['po_expire_date'] == '9999-12-31' ? '&nbsp;' : $row['po_expire_date']; ?></td>
<td class="td_bignum td_pt"><?php echo number_format($row['po_mb_point']) ?></td>
</tr>