버전 5.4.2.1 수정

This commit is contained in:
thisgun
2020-03-03 11:53:18 +09:00
3 changed files with 4 additions and 5 deletions

View File

@ -319,8 +319,7 @@ if($g5_install || !$result) {
// 게시판 테이블 생성
$file = file("../".G5_ADMIN_DIR."/sql_write.sql");
$file = get_db_create_replace($file);
$sql = implode($file, "\n");
$sql = implode('\n', $file);
$create_table = $table_prefix.'write_' . $tmp_bo_table[$i];