#219 회원 추가 가입폼의 컬럼명 대소문자 상관없이 데이터가 사용되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3482 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 10:00:54 +00:00
parent 1fe9c2c88e
commit 6a9d8c8c7c
5 changed files with 17 additions and 15 deletions

View file

@ -109,7 +109,7 @@
<td><input type="text" name="blog" value="{htmlspecialchars($member_info->blog)}" /> <p>{$lang->about_blog_url}</p></td>
</tr>
<tr>
<th scope="row">{$lang->birthday} *</th>
<th scope="row">{$lang->birthday}</th>
<td>
<input type="hidden" name="birthday" id="date_birthday" value="{$member_info->birthday}" />
<div class="str_birthday" id="str_birthday" onclick="open_calendar('birthday','');return false;">{zdate($member_info->birthday,"Y-m-d")}</div>