관리자: 회원삭제 안 되는 문제 #53

This commit is contained in:
whitedot
2012-11-19 13:53:02 +09:00
parent 4f43d7cc5e
commit 4d05744aaf
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,8 @@ check_token();
member_delete($mb['mb_id']);
if ($url)
goto_url($url.'?'.$qstr'&w=u&mb_id='.$mb_id);
goto_url($url.'?'.$qstr.'&w=u&mb_id='.$mb_id);
else
goto_url('./member_list.php?'.$qstr);
?>