From 875b64203d5861d116857e37c1d7b217478072e9 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 31 Jan 2013 14:33:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=B5=EC=85=98=20=EA=B5=AC=EB=B6=84?= =?UTF-8?q?=EC=9E=90=20=EB=B3=80=EA=B2=BD=EC=95=88=EB=90=9C=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = '