핸드폰을 휴대폰으로 용어 변경

This commit is contained in:
gnuboard
2013-04-26 16:51:22 +09:00
parent 41d434aa53
commit 67462b4754
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 핸드폰번호 체크
// 휴대폰번호 체크
if ($msg = valid_mb_hp($mb_hp)) alert($msg, "", true, true);
if ($msg = exist_mb_hp($mb_hp, $mb_id)) alert($msg, "", true, true);