확장변수의 전화번호를 무조건 정수화하는 루틴 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3033 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-21 03:35:21 +00:00
parent 9556c6fd86
commit fbfa0a9b81
2 changed files with 6 additions and 6 deletions

View file

@ -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])}
&nbsp;
<!-- textarea -->

View file

@ -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])}
&nbsp;
<!-- textarea -->