git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7978 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flourscent 2010-12-16 07:59:24 +00:00
parent 77ccce6008
commit ea535559ec

View file

@ -552,6 +552,7 @@
unset($all_args->body);
unset($all_args->accept_agreement);
unset($all_args->signature);
unset($all_args->password2);
// 메일 인증 기능 사용시 회원 상태를 denied로 설정
if ($config->enable_confirm == 'Y') $args->denied = 'Y';