mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
also populate forum_options on conversions
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10028 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3c2b339636
commit
9666983c69
1 changed files with 16 additions and 15 deletions
|
@ -227,6 +227,7 @@ function phpbb_insert_forums()
|
|||
'prune_freq' => (int) null_to_zero($row['prune_freq']),
|
||||
|
||||
'forum_flags' => phpbb_forum_flags(),
|
||||
'forum_options' => 0,
|
||||
|
||||
// Default values
|
||||
'forum_desc_bitfield' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue