From 7407b446cfa53091218dd609497f2d692b3f007f Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 11 Jun 2013 09:43:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=A0=ED=8F=B0=20=ED=9A=8C=EC=9B=90=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=EC=8B=9C=20=EA=B4=80=EB=A6=AC=EC=9E=90=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/couponmember.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/couponmember.php b/adm/shop_admin/couponmember.php index bf3636282..b9cb7b242 100644 --- a/adm/shop_admin/couponmember.php +++ b/adm/shop_admin/couponmember.php @@ -10,7 +10,7 @@ $g4['title'] = $html_title; include_once(G4_PATH.'/head.sub.php'); $sql_common = " from {$g4['member_table']} "; -$sql_where = " where mb_leave_date = '' and mb_intercept_date ='' "; +$sql_where = " where mb_id <> '{$config['cf_admin']}' and mb_leave_date = '' and mb_intercept_date ='' "; if($_GET['mb_name']) $sql_where .= " and mb_name like '%$mb_name%' ";