mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 2318 description of member input form to be deleted.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c60001e8c0
commit
82e2617268
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@
|
|||
$args->required = Context::get('required');
|
||||
$args->is_active = (isset($args->required));
|
||||
if(!in_array(strtoupper($args->required), array('Y','N')))$args->required = 'N';
|
||||
$args->description = Context::get('description');
|
||||
$args->description = Context::get('description') ? Context::get('description') : '';
|
||||
// Default values
|
||||
if(in_array($args->column_type, array('checkbox','select','radio')) && count($args->default_value) ) {
|
||||
$args->default_value = serialize($args->default_value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue