모바일: #247 마이페이지 위시리스트 마크업 체크 완료

This commit is contained in:
whitedot
2013-06-26 15:03:47 +09:00
parent 58e13df884
commit c4a02b0f00

View File

@ -70,9 +70,6 @@ include_once(G4_MSHOP_PATH.'/_head.php');
$result = sql_query($sql);
for ($i=0; $row = sql_fetch_array($result); $i++)
{
if ($i>0)
echo "<tr><td colspan=3 height=1 background='".G4_SHOP_URL."/img/dot_line.gif'></td></tr>";
$image = get_it_image($row['it_id'], 70, 70, true);
?>