mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87eae11bf8
commit
495c7d78a6
2 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,8 @@
|
|||
$args->column_type = Context::get('column_type');
|
||||
$args->column_name = Context::get('column_name');
|
||||
$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->list_order = $oDB->getNextSequence();
|
||||
|
||||
$output = $oDB->executeQuery('member.insertJoinForm', $args);
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
<column name="column_name" var="column_name" />
|
||||
<column name="column_title" var="column_title" />
|
||||
<column name="required" var="required" default="N" />
|
||||
<column name="is_active" var="is_active" default="N" />
|
||||
<column name="regdate" default="curdate()" />
|
||||
<column name="list_order" var="list_order" default="1" />
|
||||
</columns>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue