diff --git a/adm/board_form.php b/adm/board_form.php index f55805e94..75e3b5b2c 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -73,6 +73,10 @@ if (!isset($board['bo_use_list_file'])) { } } +if (!isset($board['bo_mobile_subject'])) { + sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_mobile_subject` VARCHAR(255) NOT NULL DEFAULT '' AFTER `bo_subject` ", false); +} + $required = ""; $readonly = ""; if ($w == '') { @@ -194,6 +198,13 @@ $pg_anchor = '