mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@9 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1188b0cf28
commit
73683a23e6
6 changed files with 56 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue