1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/soft-delete] Fix convertor and one mcp issue

PHPBB3-9567
This commit is contained in:
Joas Schilling
2012-10-22 17:21:56 +02:00
parent 90154db1db
commit 0a07635329
3 changed files with 9 additions and 9 deletions

View File

@@ -245,7 +245,8 @@ function phpbb_insert_forums()
'forum_topics_per_page' => 0,
'forum_posts' => 0,
'forum_topics' => 0,
'forum_topics_real' => 0,
'forum_topics_unapproved' => 0,
'forum_topics_softdeleted' => 0,
'forum_last_post_id' => 0,
'forum_last_poster_id' => 0,
'forum_last_post_subject' => '',