git-svn-id: http://xe-core.googlecode.com/svn/trunk@9 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-09 02:30:51 +00:00
parent 1188b0cf28
commit 73683a23e6
6 changed files with 56 additions and 1 deletions

View file

@ -124,6 +124,11 @@
}/*}}}*/
function dispJoinForm() {/*{{{*/
// 템플릿 파일 지정
$this->setTemplateFile('join_form');
}/*}}}*/
function dispDeniedID() {/*{{{*/
// 사용금지 목록 가져오기
$oMember = getModule('member');
@ -227,6 +232,12 @@
$this->setMessage($msg_code);
}/*}}}*/
function procInsertJoinForm() {/*{{{*/
$this->add('sid','member');
$this->add('act','dispJoinForm');
$this->setMessage('success_registed');
}/*}}}*/
function procInsertDeniedID() {/*{{{*/
$user_id = Context::get('user_id');
$description = Context::get('description');