From c593aad8ea2e9e2c1a300271cc7ff0dd10a76305 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 12 Mar 2013 10:36:46 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=B8=EB=93=9C=ED=8F=B0=EB=B2=88=ED=98=B8?= =?UTF-8?q?=20=EC=A4=91=EB=B3=B5=EC=B2=B4=ED=81=AC=20=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/member_form_update.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adm/member_form_update.php b/adm/member_form_update.php index 1f33070ff..9b3d5c9b4 100644 --- a/adm/member_form_update.php +++ b/adm/member_form_update.php @@ -29,9 +29,7 @@ if($mb_hp) { } // 중복체크 - $sql = " select count(*) as cnt from {$g4['member_table']} where mb_hp = '$mb_hp' "; - if($w == 'u') - $sql .= " and mb_id <> '$mb_id' "; + $sql = " select count(*) as cnt from {$g4['member_table']} where mb_hp = '$mb_hp' and mb_id <> '$mb_id' "; $row = sql_fetch($sql); if($row['cnt'])