From 4c8018bae10d5384d399201319a617939e6b0aa9 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 24 Dec 2013 15:40:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EA=B8=B0=EB=B3=B8=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/install_db.php b/install/install_db.php index 0f4ed7e1e..6305c9f7d 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -192,10 +192,10 @@ if($g5_install || !$result) { if($g5_shop_install) { // 이미지 사이즈 - $simg_width = 130; - $simg_height = 130; - $mimg_width = 230; - $mimg_height = 230; + $simg_width = 230; + $simg_height = 230; + $mimg_width = 320; + $mimg_height = 320; // 내용관리 생성 @mysql_query(" insert into `{$g5_shop_prefix}content` set co_id = 'company', co_html = '1', co_subject = '회사소개', co_content= '

회사소개에 대한 내용을 입력하십시오.

' ") or die(mysql_error() . "

" . $sql);