mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
확장변수의 전화번호를 무조건 정수화하는 루틴 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3033 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9556c6fd86
commit
fbfa0a9b81
2 changed files with 6 additions and 6 deletions
|
|
@ -28,11 +28,11 @@
|
|||
|
||||
<!-- 전화번호 -->
|
||||
<!--@elseif($val->type == 'tel')-->
|
||||
{(int)htmlspecialchars($val->value[0])}
|
||||
{htmlspecialchars($val->value[0])}
|
||||
<!--@if($val->value[1])-->-<!--@end-->
|
||||
{(int)htmlspecialchars($val->value[1])}
|
||||
{htmlspecialchars($val->value[1])}
|
||||
<!--@if($val->value[2])-->-<!--@end-->
|
||||
{(int)htmlspecialchars($val->value[2])}
|
||||
{htmlspecialchars($val->value[2])}
|
||||
|
||||
|
||||
<!-- textarea -->
|
||||
|
|
|
|||
|
|
@ -28,11 +28,11 @@
|
|||
|
||||
<!-- 전화번호 -->
|
||||
<!--@elseif($val->type == 'tel')-->
|
||||
{(int)htmlspecialchars($val->value[0])}
|
||||
{htmlspecialchars($val->value[0])}
|
||||
<!--@if($val->value[1])-->-<!--@end-->
|
||||
{(int)htmlspecialchars($val->value[1])}
|
||||
{htmlspecialchars($val->value[1])}
|
||||
<!--@if($val->value[2])-->-<!--@end-->
|
||||
{(int)htmlspecialchars($val->value[2])}
|
||||
{htmlspecialchars($val->value[2])}
|
||||
|
||||
|
||||
<!-- textarea -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue