From 94fe02d0c16cea1abe4fc1952d7cbe0878847f22 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 27 Aug 2014 15:05:59 +0900 Subject: [PATCH] =?UTF-8?q?ie11=EC=97=90=EC=84=9C=20=EC=A3=BC=EB=AC=B8?= =?UTF-8?q?=EC=83=81=ED=83=9C=EA=B0=92=20=EC=9C=A0=EC=A7=80=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php index 36822ec25..575ad1e56 100644 --- a/adm/shop_admin/index.php +++ b/adm/shop_admin/index.php @@ -29,7 +29,7 @@ function get_order_status_sum($status) $info = array(); $info['count'] = (int)$row['cnt']; $info['price'] = (int)$row['price']; - $info['href'] = './orderlist.php?od_status='.$status; + $info['href'] = './orderlist.php?od_status='.urlencode($status); return $info; }