From 6961298e53556c32304378127da0a6579b269abd Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 20:48:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=AA=BB=20?= =?UTF-8?q?=EB=B6=88=EB=9F=AC=EC=98=A4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/join_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/join_post.php b/hwe/join_post.php index 59dd6885..85001276 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -59,7 +59,7 @@ extractMissingPostToGlobals(); $rootDB = RootDB::db(); //회원 테이블에서 정보확인 -$member = $rootDB->queryFirstRow('SELECT `no`, id, picture, grade, `name` FROM member WHERE no=%i', $userID); +$member = $rootDB->queryFirstRow('SELECT `no`, id, picture, grade, `name`, imgsvr FROM member WHERE no=%i', $userID); if (!$member) { MessageBox("잘못된 접근입니다!!!");