#186 가격 필드명 price 로 변경

This commit is contained in:
chicpro
2013-05-16 09:14:05 +09:00
parent ab15f92def
commit 5759a65cfd
40 changed files with 89 additions and 95 deletions

View File

@ -115,7 +115,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++)
<td align='center'>{$row['it_name']}</td>
<td>".G4_SHOP_URL."/item.php?it_id={$row['it_id']}</td>
<td>$image</td>
<td>{$row['it_amount']}</td>
<td>{$row['it_price']}</td>
<td>&nbsp;</td>
<td>{$row['it_maker']}</td>
<td>$category</td>