From 97cae5201fe19ea932df877d79c1586ce79a6567 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 1 Jul 2013 16:24:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=B9=98=EC=8B=9C=20=EC=9D=B4?= =?UTF-8?q?=EC=9A=A9=EC=95=BD=EA=B4=80=20=EA=B0=9C=EC=9D=B8=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EB=82=B4=EC=9A=A9=20=ED=83=9C=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/install_db.php b/install/install_db.php index fe15d1dca..b709e38c0 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -178,9 +178,9 @@ if($shop_install) { $mimg_height = 230; // 내용관리 생성 - @mysql_query(" insert into `{$shop_prefix}content` set co_id = 'company', co_html = '1', co_subject = '회사소개', co_content= '

회사소개에 대한 내용을 입력하십시오.' ") or die(mysql_error() . "

" . $sql); - @mysql_query(" insert into `{$shop_prefix}content` set co_id = 'privacy', co_html = '1', co_subject = '개인정보 취급방침', co_content= '

개인정보 취급방침에 대한 내용을 입력하십시오.' ") or die(mysql_error() . "

" . $sql); - @mysql_query(" insert into `{$shop_prefix}content` set co_id = 'provision', co_html = '1', co_subject = '서비스 이용약관', co_content= '

서비스 이용약관에 대한 내용을 입력하십시오.' ") or die(mysql_error() . "

" . $sql); + @mysql_query(" insert into `{$shop_prefix}content` set co_id = 'company', co_html = '1', co_subject = '회사소개', co_content= '

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

' ") or die(mysql_error() . "

" . $sql); + @mysql_query(" insert into `{$shop_prefix}content` set co_id = 'privacy', co_html = '1', co_subject = '개인정보 취급방침', co_content= '

개인정보 취급방침에 대한 내용을 입력하십시오.

' ") or die(mysql_error() . "

" . $sql); + @mysql_query(" insert into `{$shop_prefix}content` set co_id = 'provision', co_html = '1', co_subject = '서비스 이용약관', co_content= '

서비스 이용약관에 대한 내용을 입력하십시오.

' ") or die(mysql_error() . "

" . $sql); // 온라인견적 @mysql_query(" insert into `{$shop_prefix}onlinecalc` set oc_id = '1', oc_subject = '온라인견적' ") or die(mysql_error() . "

" . $sql);