#19179883 회원 수정시 비밀번호 찾기 답변 수정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7762 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-10-18 02:03:45 +00:00
parent 5ec7fe34fd
commit f055d80cd6
3 changed files with 30 additions and 28 deletions

View file

@ -613,6 +613,7 @@
unset($all_args->body);
unset($all_args->accept_agreement);
unset($all_args->signature);
unset($all_args->_filter);
// 모든 request argument에서 필수 정보만 제외 한 후 추가 데이터로 입력
$extra_vars = delObjectVars($all_args, $args);