includes/constants.php
changeset 719 f82da241eaf8
parent 711 f70d764aab33
child 771 5e85d7db8ee5
equal deleted inserted replaced
718:12485b1d41fd 719:f82da241eaf8
   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 }