diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 852f84b89..c79066e3d 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -625,7 +625,7 @@ function get_supplement_subject($it_id) // 추가옵션명 $subject = array(); for($i = 0; $row = sql_fetch_array($result); $i++) { - $str = explode('|*|', $row['sp_id']); + $str = explode(chr(30), $row['sp_id']); if(!in_array($str[0], $subject)) { array_push($subject, $str[0]); @@ -652,7 +652,7 @@ function get_supplement_option($it_id, $sp_id, $index) $str = '