From 0f93b536390f459acdca7332cd41b3c7d685c949 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 27 Mar 2013 15:11:33 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=AA=BD=EC=A7=80,=20=ED=8F=AC=EC=9D=B8?= =?UTF-8?q?=ED=8A=B8=20=EB=A7=81=ED=81=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/mypage.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/shop/mypage.php b/shop/mypage.php index dc71826a0..9ee7a691d 100644 --- a/shop/mypage.php +++ b/shop/mypage.php @@ -19,15 +19,14 @@ include_once('./_head.php'); "; } ?> - + - @@ -35,9 +34,9 @@ function member_leave()    보유포인트 - : + : 쪽지함 - : 쪽지보기 + : 쪽지보기    주소 From b81057ceb504c0a68a6d42cd82a263205d98b936 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 27 Mar 2013 15:11:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=83=81=EC=84=B8?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=20=EB=A7=81=ED=81=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderinquiry.sub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/orderinquiry.sub.php b/shop/orderinquiry.sub.php index 9b7beade0..4a6dbf127 100644 --- a/shop/orderinquiry.sub.php +++ b/shop/orderinquiry.sub.php @@ -40,9 +40,9 @@ for ($i=0; $row=sql_fetch_array($result); $i++) echo "\n"; echo ""; echo "\n"; - echo "{$row['od_id']}\n"; + echo "{$row['od_id']}\n"; echo "".substr($row['od_time'],0,16)." (".get_yoil($row['od_time']).")\n"; - echo "$row[itemcount]\n"; + echo "{$row['itemcount']}\n"; echo "".display_amount($row['orderamount'])."  \n"; echo "".display_amount($row['receiptamount'])."  \n"; echo "".display_amount($row['misu'])."  \n";