관리자 메인 포인트 내역 해당일의 포인트합 출력하도록 수정

This commit is contained in:
chicpro
2013-12-24 13:24:15 +09:00
parent fb5261a24c
commit 16fa0eb1e1

View File

@ -289,7 +289,7 @@ $colspan = 7;
<td class="td_datetime"><?php echo $row['po_datetime'] ?></td>
<td><?php echo $link1.$row['po_content'].$link2 ?></td>
<td class="td_numbig"><?php echo number_format($row['po_point']) ?></td>
<td class="td_numbig"><?php echo number_format($row2['mb_point']) ?></td>
<td class="td_numbig"><?php echo number_format($row['po_mb_point']) ?></td>
</tr>
<?php