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

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

@ -16,7 +16,7 @@ if ($member['mb_password'] != sql_password($_POST['admin_password'])) {
$mb_id = escape_trim($_POST['mb_id']);
// 핸드폰번호 체크
// 휴대폰번호 체크
$mb_hp = $_POST['mb_hp'];
if($mb_hp) {
$result = exist_mb_hp($mb_hp, $mb_id);