mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
회원가입항목 추가시 저장이 안되던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2008 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9610e2976
commit
c73cc9ad76
5 changed files with 7 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<tbody>
|
||||
<!--@foreach($form_list as $no => $val)-->
|
||||
<tr>
|
||||
<td class="tahoma">{htmlspecialchars($val->column_title)}</td>
|
||||
<td>{htmlspecialchars($val->column_title)}</td>
|
||||
<td>{$val->column_name}</td>
|
||||
<td>{$lang->column_type_list[$val->column_type]}</td>
|
||||
<td class="tahoma">{$val->is_active}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue