From 6f3518e21c51d936157c5dd83e934bb13a9ea33c Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 14 May 2013 17:25:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC=20=EC=9D=B8=ED=81=AC?= =?UTF-8?q?=EB=A3=A8=EB=93=9C=20=EC=9C=84=EC=B9=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend.php | 1 + lib/shop.lib.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/extend/shop.extend.php b/extend/shop.extend.php index 8f04f41fb..274c6f9a7 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -4,6 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if (!defined('G4_USE_SHOP') || !G4_USE_SHOP) return; include_once(G4_LIB_PATH.'/shop.lib.php'); +include_once(G4_LIB_PATH.'/thumbnail.lib.php'); //------------------------------------------------------------------------------ // 쇼핑몰 상수 모음 시작 diff --git a/lib/shop.lib.php b/lib/shop.lib.php index fd64105b7..2cf132c06 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -1,6 +1,4 @@