From ce8110a2c101255b35fc813ccc39780870f794b9 Mon Sep 17 00:00:00 2001 From: kagla Date: Mon, 21 Feb 2022 17:35:34 +0900 Subject: [PATCH] =?UTF-8?q?PHP8=20=EC=97=90=EC=84=9C=20=EC=84=A4=EC=B9=98?= =?UTF-8?q?=EC=8B=9C=20Undefined=20variable=20$tmp=5Fbo=5Ftable=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0=20(=EC=A3=BC=EB=AF=BC?= =?UTF-8?q?=EB=8B=98,220221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/install_db.php b/install/install_db.php index 6eab4b9fa..33fd0a31c 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -22,6 +22,8 @@ include_once('../lib/cache.lib.php'); $title = G5_VERSION." 설치 완료 3/3"; include_once ('./install.inc.php'); +$tmp_bo_table = array ("notice", "qa", "free", "gallery"); + //print_r($_POST); exit; $mysql_host = isset($_POST['mysql_host']) ? safe_install_string_check($_POST['mysql_host']) : ''; @@ -259,7 +261,6 @@ if($g5_install || !$result) { sql_query(" insert into `{$table_prefix}group` set gr_id = '$tmp_gr_id', gr_subject = '$tmp_gr_subject' ", true, $dblink); // 게시판 생성 - $tmp_bo_table = array ("notice", "qa", "free", "gallery"); $tmp_bo_subject = array ("공지사항", "질문답변", "자유게시판", "갤러리"); for ($i=0; $i