equal
deleted
inserted
replaced
280 table_prefix.'groups', |
280 table_prefix.'groups', |
281 table_prefix.'group_members', |
281 table_prefix.'group_members', |
282 table_prefix.'acl', |
282 table_prefix.'acl', |
283 table_prefix.'page_groups', |
283 table_prefix.'page_groups', |
284 table_prefix.'page_group_members', |
284 table_prefix.'page_group_members', |
285 table_prefix.'tags' |
285 table_prefix.'tags', |
|
286 table_prefix.'language', |
|
287 table_prefix.'language_strings', |
|
288 table_prefix.'lockout', |
|
289 table_prefix.'search_index' |
286 ); |
290 ); |
287 |
291 |
288 // Load plugin manager |
292 // Load plugin manager |
289 $plugins = new pluginLoader(); |
293 $plugins = new pluginLoader(); |
290 |
294 |