mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
#219 회원 추가 가입폼의 컬럼명 대소문자 상관없이 데이터가 사용되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3482 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1fe9c2c88e
commit
6a9d8c8c7c
5 changed files with 17 additions and 15 deletions
|
|
@ -146,7 +146,7 @@
|
|||
$args->member_join_form_srl = Context::get('member_join_form_srl');
|
||||
|
||||
$args->column_type = Context::get('column_type');
|
||||
$args->column_name = Context::get('column_name');
|
||||
$args->column_name = strtolower(Context::get('column_name'));
|
||||
$args->column_title = Context::get('column_title');
|
||||
$args->default_value = explode('|@|', Context::get('default_value'));
|
||||
$args->is_active = Context::get('is_active');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue