diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index bc14a45ee..0307e706a 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -1063,9 +1063,9 @@ function byte_check(el_cont, el_byte) - + - + diff --git a/shop/itemuseformupdate.php b/shop/itemuseformupdate.php index bd8ab5451..381384edf 100644 --- a/shop/itemuseformupdate.php +++ b/shop/itemuseformupdate.php @@ -66,7 +66,7 @@ else if ($w == "u") $sql = " select is_password from {$g5['g5_shop_item_use_table']} where is_id = '$is_id' "; $row = sql_fetch($sql); if ($row['is_password'] != $is_password) - alert("패스워드가 틀리므로 수정하실 수 없습니다."); + alert("비밀번호가 틀리므로 수정하실 수 없습니다."); $sql = " update {$g5['g5_shop_item_use_table']} set is_subject = '$is_subject',