From 8468a87f26b48eb908acd9d936a0139c838994e4 Mon Sep 17 00:00:00 2001 From: kagla Date: Mon, 19 Jul 2021 09:58:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=20=EC=84=A0=EC=96=B8?= =?UTF-8?q?=EB=90=9C=20=EB=B3=80=EC=88=98=20$reaonly=20=EB=A5=BC=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=ED=95=98=EA=B3=A0,=20$required=5Fvalue=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EC=9D=98=20=EC=9C=84=EC=B9=98=EB=A5=BC=20?= =?UTF-8?q?=EC=98=AE=EA=B9=80=20(=EC=9E=91=EC=9D=80=EB=B3=84=EB=8B=98,2107?= =?UTF-8?q?18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index 10054b927..b7a8bc2b7 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -11,8 +11,6 @@ if (!$row['cnt']) alert('게시판그룹이 한개 이상 생성되어야 합니다.', './boardgroup_form.php'); $html_title = '게시판'; -$reaonly = ''; -$required_valid = ''; if (!isset($board['bo_device'])) { // 게시판 사용 필드 추가 @@ -142,6 +140,7 @@ run_event('adm_board_form_before', $board, $w); $required = ""; $readonly = ""; $sound_only = ""; +$required_valid = ""; if ($w == '') { $html_title .= ' 생성';