mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@184 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
128040edf5
commit
282349d055
1 changed files with 2 additions and 1 deletions
|
|
@ -157,11 +157,12 @@
|
||||||
* @brief 가입 항목 추가
|
* @brief 가입 항목 추가
|
||||||
**/
|
**/
|
||||||
function procInsertJoinForm() {
|
function procInsertJoinForm() {
|
||||||
|
$oDB = &DB::getInstance();
|
||||||
$args->column_type = Context::get('column_type');
|
$args->column_type = Context::get('column_type');
|
||||||
$args->column_name = Context::get('column_name');
|
$args->column_name = Context::get('column_name');
|
||||||
$args->column_title = Context::get('column_title');
|
$args->column_title = Context::get('column_title');
|
||||||
|
$args->list_order = $oDB->getNextSequence();
|
||||||
|
|
||||||
$oDB = &DB::getInstance();
|
|
||||||
$output = $oDB->executeQuery('member.insertJoinForm', $args);
|
$output = $oDB->executeQuery('member.insertJoinForm', $args);
|
||||||
if(!$output->toBool()) return $output;
|
if(!$output->toBool()) return $output;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue