diff --git a/shop/cartsub.inc.php b/shop/cartsub.inc.php index d01a2a55e..f9ae7d8e0 100644 --- a/shop/cartsub.inc.php +++ b/shop/cartsub.inc.php @@ -1,5 +1,6 @@ "; $a2 = ""; - $image = get_it_image($row['it_id'], $filename, 50, 50, $row['it_id']); + $image = get_it_image($row['it_id'], 50, 50, $row['it_id']); } else { // 붙이지 않고 $a1 = ""; $a2 = ""; - $image = get_it_image($row['it_id'], $filename, 50, 50); + $image = get_it_image($row['it_id'], 50, 50); } $it_name = $a1 . stripslashes($row['it_name']) . $a2 . '
';