From 828b2e08d1d5b0d6ff7a0149c49dc4cbe85552e8 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 3 Jun 2013 18:36:22 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=80=EC=83=89=EB=B6=80=EB=B6=84=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20isset=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/mileagelist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/mileagelist.php b/adm/shop_admin/mileagelist.php index a01d91204..8716ecfdc 100644 --- a/adm/shop_admin/mileagelist.php +++ b/adm/shop_admin/mileagelist.php @@ -53,7 +53,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 $mb = array(); if ($sfl == 'mb_id' && $stx) - $mb = get_member(isset($stx)); + $mb = get_member($stx); $g4['title'] = '마일리지관리'; include_once (G4_ADMIN_PATH.'/admin.head.php');