equal
deleted
inserted
replaced
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 |