Skip to content

Commit

Permalink
Fix table list
Browse files Browse the repository at this point in the history
  • Loading branch information
geekwright committed Sep 13, 2017
1 parent 774a2d6 commit 2e7dc1e
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,24 @@

// Tables created by sql file (without prefix!)
$modversion['tables'] = [
$moduleDirName . '_' . 'pl',
$moduleDirName . '_' . 'vote',
$moduleDirName . '_' . 'archive',
$moduleDirName . '_' . 'categories',
$moduleDirName . '_' . 'votedata',
$moduleDirName . '_' . 'forums',
$moduleDirName . '_' . 'posts',
$moduleDirName . '_' . 'posts_text',
$moduleDirName . '_' . 'topics',
$moduleDirName . '_' . 'online',
$moduleDirName . '_' . 'digest',
$moduleDirName . '_' . 'report',
$moduleDirName . '_' . 'attachments',
$moduleDirName . '_' . 'moderates',
$moduleDirName . '_' . 'reads_forum',
$moduleDirName . '_' . 'reads_topic',
$moduleDirName . '_' . 'type',
$moduleDirName . '_' . 'type_forum',
$moduleDirName . '_' . 'stats',
$moduleDirName . '_' . 'user_stats'
'newbb_archive',
'newbb_attachments',
'newbb_categories',
'newbb_digest',
'newbb_forums',
'newbb_moderates',
'newbb_online',
'newbb_posts',
'newbb_posts_text',
'newbb_reads_forum',
'newbb_reads_topic',
'newbb_report',
'newbb_stats',
'newbb_topics',
'newbb_type',
'newbb_type_forum',
'newbb_user_stats',
'newbb_votedata',
];

// Admin things
Expand Down Expand Up @@ -759,7 +757,7 @@
'name' => 'welcome_forum',
'title' => '_MI_NEWBB_WELCOMEFORUM',
'description' => '_MI_NEWBB_WELCOMEFORUM_DESC',
'formtype' => 'textbox',
'formtype' => 'textbox',
'valuetype' => 'int',
'default' => 0,
// 'options' => $forum_options
Expand Down

0 comments on commit 2e7dc1e

Please sign in to comment.