From c76264275355d7215097325b8db567945d3dd132 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 May 2013 14:17:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#148=20&=20?= =?UTF-8?q?=EC=9D=84=20&=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/itemuse.inc.php | 2 +- shop/itemuselist.php | 4 +--- shop/listtype.php | 4 ++-- shop/orderinquirycancel.php | 4 ++-- shop/sns_send.php | 4 ++-- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/shop/itemuse.inc.php b/shop/itemuse.inc.php index f8ef004c5..b3bf0ce40 100644 --- a/shop/itemuse.inc.php +++ b/shop/itemuse.inc.php @@ -130,7 +130,7 @@ if (!$i) diff --git a/shop/itemuselist.php b/shop/itemuselist.php index a68692763..99808df33 100644 --- a/shop/itemuselist.php +++ b/shop/itemuselist.php @@ -98,9 +98,7 @@ if ($i == 0)

-
- -
+

diff --git a/shop/orderinquirycancel.php b/shop/orderinquirycancel.php index a62e98bee..95738244c 100644 --- a/shop/orderinquirycancel.php +++ b/shop/orderinquirycancel.php @@ -18,7 +18,7 @@ if (!$od['od_id']) { if ($od['od_temp_bank'] > 0 && $od['od_receipt_bank'] == 0) { ; } else { - alert("취소할 수 있는 주문이 아닙니다.", G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uq_id=$uq_id"); + alert("취소할 수 있는 주문이 아닙니다.", G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uq_id=$uq_id"); } // 장바구니 자료 취소 @@ -34,5 +34,5 @@ if ($od['od_receipt_point'] > 0) { insert_point($member['mb_id'], $od['od_receipt_point'], "주문번호 $od_id 본인 취소"); } -goto_url(G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uq_id=$uq_id"); +goto_url(G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uq_id=$uq_id"); ?> \ No newline at end of file diff --git a/shop/sns_send.php b/shop/sns_send.php index 2a8f48614..d83aa52bf 100644 --- a/shop/sns_send.php +++ b/shop/sns_send.php @@ -9,7 +9,7 @@ $title_url = $title.' : '.$url; switch($_REQUEST['sns']) { case 'facebook' : - header("Location:http://www.facebook.com/sharer/sharer.php?s=100&p[url]=".$url."&p[title]=".$title); + header("Location:http://www.facebook.com/sharer/sharer.php?s=100&p[url]=".$url."&p[title]=".$title); break; case 'twitter' : header("Location:http://twitter.com/home?status=".$title_url); @@ -18,7 +18,7 @@ switch($_REQUEST['sns']) { header("Location:http://me2day.net/posts/new?new_post[body]=".$title_url); break; case 'yozm' : - header("Location:http://yozm.daum.net/api/popup/prePost?sourceid=41&prefix=".$title_url); + header("Location:http://yozm.daum.net/api/popup/prePost?sourceid=41&prefix=".$title_url); break; case 'google' : header("Location:https://plus.google.com/share?url=".$url);