includes/common.php
changeset 76 608dee512bf0
parent 73 0a74676a2f2f
child 80 cb7dde69c301
equal deleted inserted replaced
75:1f85c1c609fd 76:608dee512bf0
   168     table_prefix.'hits',
   168     table_prefix.'hits',
   169     table_prefix.'search_index',
   169     table_prefix.'search_index',
   170     table_prefix.'groups',
   170     table_prefix.'groups',
   171     table_prefix.'group_members',
   171     table_prefix.'group_members',
   172     table_prefix.'acl',
   172     table_prefix.'acl',
   173     table_prefix.'search_cache'
   173     table_prefix.'search_cache',
       
   174     table_prefix.'page_groups',
       
   175     table_prefix.'page_group_members'
   174   );
   176   );
   175 
   177 
   176 dc_here('common: initializing base classes');
   178 dc_here('common: initializing base classes');
   177 $plugins = new pluginLoader();
   179 $plugins = new pluginLoader();
   178 
   180