includes/constants.php
changeset 735 f191cb6bd0ca
parent 719 f82da241eaf8
child 771 5e85d7db8ee5
--- a/includes/constants.php	Sun Nov 09 14:22:03 2008 -0500
+++ b/includes/constants.php	Sun Nov 09 14:22:41 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];