Merge branch 'g5'

This commit is contained in:
chicpro
2013-12-24 13:25:55 +09:00
6 changed files with 5 additions and 9 deletions

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