extractMissingPostToGlobals(); 제거

This commit is contained in:
2018-11-13 02:10:17 +09:00
parent a00b62ffcc
commit c44ae2f00c
22 changed files with 0 additions and 43 deletions
-2
View File
@@ -56,8 +56,6 @@ $intel = Util::getReq('intel', 'int', 50);
$join = Util::getReq('join'); //쓸모 없음
extractMissingPostToGlobals();
$rootDB = RootDB::db();
//회원 테이블에서 정보확인
$member = $rootDB->queryFirstRow('SELECT `no`, id, picture, grade, `name`, imgsvr FROM member WHERE no=%i', $userID);