ist es eigentlich notwendig bzw. sinnvoll für den DB Maintenance Mod die functions_dbmtnc.php nach dem Update auf 2.0.18 anzupassen?
Damit auch alle Tabellen Überprüft, Optimiert bzw Repariert werden können?
Dann müsste diese doch dann so aussehen:
Code: Alles auswählen
// List of tables used
$tables = array('album', 'album_cat', 'album_comment', 'album_config', 'album_rate', 'auth_access', 'banlist', 'categories', 'config', 'cracktrack', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'sessions_keys', 'shout', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');