관리자 #47 의 5 처리 : 1차 완료
This commit is contained in:
@ -45,7 +45,7 @@ function member_delete($mb_id)
|
||||
}
|
||||
|
||||
// 회원자료는 정보만 없앤 후 아이디는 보관하여 다른 사람이 사용하지 못하도록 함 : 061025
|
||||
if ($mb['mb_level'] > 1) {
|
||||
if ($mb[mb_level] > 1) {
|
||||
" update $g4[member_table]
|
||||
set mb_jumin = '',
|
||||
mb_password = '',
|
||||
|
||||
Reference in New Issue
Block a user