쇼핑몰 설치시 dbconfig 파일에 공백 생기지 않도록 수정

This commit is contained in:
chicpro
2013-11-28 16:15:01 +09:00
parent 397fffcf6d
commit 1ce92faa6f

View File

@ -473,7 +473,7 @@ fwrite($f, "\$g5['qa_content_table'] = G5_TABLE_PREFIX.'qa_content'; // 1:1문
fwrite($f, "?>");
if($g5_shop_install) {
fwrite($f, "\n\n<?php\n");
fwrite($f, "\n<?php\n");
fwrite($f, "define('G5_USE_SHOP', true);\n\n");
fwrite($f, "define('G5_SHOP_TABLE_PREFIX', '{$g5_shop_prefix}');\n\n");
fwrite($f, "\$g5['g5_shop_default_table'] = G5_SHOP_TABLE_PREFIX.'default'; // 쇼핑몰설정 테이블\n");