diff -r 12485b1d41fd -r f82da241eaf8 includes/constants.php --- a/includes/constants.php Sun Nov 02 01:42:17 2008 -0400 +++ b/includes/constants.php Sat Nov 08 22:31:58 2008 -0500 @@ -234,11 +234,16 @@ 'language', 'language_strings', 'lockout', - 'search_index' + 'search_index', + 'captcha', + 'diffiehellman', + 'plugins', + 'ranks' ); -if ( defined('table_prefix') ) +if ( defined('table_prefix') && !defined('ENANO_TABLELIST_PREFIXED') ) { + define('ENANO_TABLELIST_PREFIXED', 1); foreach ( $system_table_list as $i => $_ ) { $system_table_list[$i] = table_prefix . $system_table_list[$i];