From e245a5320789aa14f20da12c29f7d86e1b87dc89 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 3 Jun 2013 14:59:30 +0900 Subject: [PATCH] =?UTF-8?q?isset($stx)=20=EC=97=90=EC=84=9C=20=ED=95=84?= =?UTF-8?q?=EC=9A=94=EC=97=86=EB=8A=94=20isset=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/point_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/point_list.php b/adm/point_list.php index 3619b6734..340e3d3cc 100644 --- a/adm/point_list.php +++ b/adm/point_list.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 ('./admin.head.php');