是$tables,在common.php里摆着呢:
- $tables = array('access', 'admingroups', 'adminsessions', 'attachments', 'attachtypes', 'announcements', 'banned', 'bbcodes', 'caches','failedlogins', 'favorites','forumlinks', 'forums', 'karmalog', 'members', 'onlinelist', 'polls', 'posts', 'ranks', 'searchindex', 'sessions', 'settings','smilies', 'stats', 'styles', 'stylevars', 'subscriptions', 'templates', 'threads', 'pms', 'usergroups', 'words', 'buddys','plugins','plugins_settings');
- if (count($plugins_table)) $tables = array_merge($plugins_table,$tables);
- foreach($tables as $tablename) {
- ${'table_'.$tablename} = $tablepre.$tablename;
- }
- unset($tablename, $plugins_table);
复制代码
这个问题在昨天更新的电子书已经更正了。 |