From fcff17b71e8c7aa0780c92dbd3097a92ae5a340f Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 20 Jan 2014 10:11:57 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=EC=9A=A9=EC=96=B4=20?= =?UTF-8?q?=EC=9D=BC=EB=B0=98=ED=99=94,=20=ED=8C=A8=EC=8A=A4=EC=9B=8C?= =?UTF-8?q?=EB=93=9C=20->=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8,=20?= =?UTF-8?q?=EB=A1=9C=EB=B9=88=EC=95=84=EB=B9=A0(xhost)=EB=8B=98=20?= =?UTF-8?q?=EA=B1=B4=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/configform.php | 4 ++-- shop/itemuseformupdate.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',