equal
deleted
inserted
replaced
232 'page_group_members', |
232 'page_group_members', |
233 'tags', |
233 'tags', |
234 'language', |
234 'language', |
235 'language_strings', |
235 'language_strings', |
236 'lockout', |
236 'lockout', |
237 'search_index' |
237 'search_index', |
|
238 'captcha', |
|
239 'diffiehellman', |
|
240 'plugins', |
|
241 'ranks' |
238 ); |
242 ); |
239 |
243 |
240 if ( defined('table_prefix') ) |
244 if ( defined('table_prefix') && !defined('ENANO_TABLELIST_PREFIXED') ) |
241 { |
245 { |
|
246 define('ENANO_TABLELIST_PREFIXED', 1); |
242 foreach ( $system_table_list as $i => $_ ) |
247 foreach ( $system_table_list as $i => $_ ) |
243 { |
248 { |
244 $system_table_list[$i] = table_prefix . $system_table_list[$i]; |
249 $system_table_list[$i] = table_prefix . $system_table_list[$i]; |
245 } |
250 } |
246 } |
251 } |