사용자: 스크랩 목록

This commit is contained in:
whitedot
2013-01-04 17:59:40 +09:00
parent e02cad0875
commit e6a83931b9
3 changed files with 40 additions and 35 deletions

View File

@ -78,10 +78,10 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
?>
<tr>
<td><?=$row[po_datetime]?></td>
<td class="td_datetime"><?=$row[po_datetime]?></td>
<td><?=$row[po_content]?></td>
<td><?=$point1?></td>
<td><?=$point2?></td>
<td class="td_bignum"><?=$point1?></td>
<td class="td_bignum"><?=$point2?></td>
</tr>
<?
}