From 988b6f062b086743b2dd7055252869dbc962dcd0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 8 Oct 2013 10:10:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EB=AC=B8=EC=9D=98=20?= =?UTF-8?q?=ED=9B=84=EA=B8=B0=20=EB=82=B4=EC=9A=A9=20=EA=B8=80=EC=9E=90?= =?UTF-8?q?=EC=88=98=20=EC=B2=B4=ED=81=AC=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/itemqaform.php | 3 -- mobile/shop/itemuseform.php | 3 -- mobile/skin/shop/basic/itemqaform.skin.php | 17 +---------- mobile/skin/shop/basic/itemuseform.skin.php | 32 +-------------------- shop/itemqaform.php | 3 -- shop/itemuseform.php | 3 -- skin/shop/basic/itemqaform.skin.php | 17 +---------- skin/shop/basic/itemuseform.skin.php | 17 +---------- 8 files changed, 4 insertions(+), 91 deletions(-) diff --git a/mobile/shop/itemqaform.php b/mobile/shop/itemqaform.php index a428fed6e..279205068 100644 --- a/mobile/shop/itemqaform.php +++ b/mobile/shop/itemqaform.php @@ -6,9 +6,6 @@ if (!$is_member) { alert_close("상품문의는 회원만 작성 가능합니다."); } -// 상품문의의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자) -$iq_question_max_length = 10000; - $w = escape_trim($_REQUEST['w']); $it_id = escape_trim($_REQUEST['it_id']); $iq_id = escape_trim($_REQUEST['iq_id']); diff --git a/mobile/shop/itemuseform.php b/mobile/shop/itemuseform.php index 2efe83ede..50a316843 100644 --- a/mobile/shop/itemuseform.php +++ b/mobile/shop/itemuseform.php @@ -6,9 +6,6 @@ if (!$is_member) { alert_close("사용후기는 회원만 작성 가능합니다."); } -// 사용후기의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자) -$is_content_max_length = 10000; - $w = escape_trim($_REQUEST['w']); $it_id = escape_trim($_REQUEST['it_id']); $is_id = escape_trim($_REQUEST['is_id']); diff --git a/mobile/skin/shop/basic/itemqaform.skin.php b/mobile/skin/shop/basic/itemqaform.skin.php index 2d421d050..0cd1da067 100644 --- a/mobile/skin/shop/basic/itemqaform.skin.php +++ b/mobile/skin/shop/basic/itemqaform.skin.php @@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

상품문의 쓰기

-
+ @@ -35,19 +35,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
- - \ No newline at end of file diff --git a/mobile/skin/shop/basic/itemuseform.skin.php b/mobile/skin/shop/basic/itemuseform.skin.php index eb5fbb4d8..7f1ece72c 100644 --- a/mobile/skin/shop/basic/itemuseform.skin.php +++ b/mobile/skin/shop/basic/itemuseform.skin.php @@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

사용후기 쓰기

-
+ @@ -68,34 +68,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
- - \ No newline at end of file diff --git a/shop/itemqaform.php b/shop/itemqaform.php index 97172a07f..16d2a1a38 100644 --- a/shop/itemqaform.php +++ b/shop/itemqaform.php @@ -12,9 +12,6 @@ if (!$is_member) { alert_close("상품문의는 회원만 작성 가능합니다."); } -// 상품문의의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자) -$iq_question_max_length = 10000; - $w = escape_trim($_REQUEST['w']); $it_id = escape_trim($_REQUEST['it_id']); $iq_id = escape_trim($_REQUEST['iq_id']); diff --git a/shop/itemuseform.php b/shop/itemuseform.php index fa9c24ca7..3bed49711 100644 --- a/shop/itemuseform.php +++ b/shop/itemuseform.php @@ -12,9 +12,6 @@ if (!$is_member) { alert_close("사용후기는 회원만 작성 가능합니다."); } -// 사용후기의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자) -$is_content_max_length = 10000; - $w = escape_trim($_REQUEST['w']); $it_id = escape_trim($_REQUEST['it_id']); $is_id = escape_trim($_REQUEST['is_id']); diff --git a/skin/shop/basic/itemqaform.skin.php b/skin/shop/basic/itemqaform.skin.php index 0168259e5..25a4d0594 100644 --- a/skin/shop/basic/itemqaform.skin.php +++ b/skin/shop/basic/itemqaform.skin.php @@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

상품문의 쓰기

-
+ @@ -35,19 +35,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
- - \ No newline at end of file diff --git a/skin/shop/basic/itemuseform.skin.php b/skin/shop/basic/itemuseform.skin.php index 72fee20aa..674469bca 100644 --- a/skin/shop/basic/itemuseform.skin.php +++ b/skin/shop/basic/itemuseform.skin.php @@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

사용후기 쓰기

-
+ @@ -68,19 +68,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
- - \ No newline at end of file