mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@11 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f64088ccaa
commit
56e5b008f4
4 changed files with 44 additions and 36 deletions
|
|
@ -233,6 +233,14 @@
|
|||
}/*}}}*/
|
||||
|
||||
function procInsertJoinForm() {/*{{{*/
|
||||
$args->column_type = Context::get('column_type');
|
||||
$args->column_name = Context::get('column_name');
|
||||
$args->column_title = Context::get('column_title');
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
$output = $oDB->executeQuery('member.insertJoinForm', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
$this->add('sid','member');
|
||||
$this->add('act','dispJoinForm');
|
||||
$this->setMessage('success_registed');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue