mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
495c7d78a6
commit
f5ebec2119
7 changed files with 77 additions and 24 deletions
|
|
@ -163,6 +163,7 @@
|
|||
$args->column_title = Context::get('column_title');
|
||||
$args->is_active = Context::get('is_active');
|
||||
if(!in_array(strtoupper($args->is_active), array('Y','N'))) $args->is_active = 'N';
|
||||
$args->description = Context::get('description');
|
||||
$args->list_order = $oDB->getNextSequence();
|
||||
|
||||
$output = $oDB->executeQuery('member.insertJoinForm', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue