diff -r 1f85c1c609fd -r 608dee512bf0 includes/common.php --- a/includes/common.php Wed Jul 25 18:09:21 2007 -0400 +++ b/includes/common.php Sat Jul 28 18:08:58 2007 -0400 @@ -170,7 +170,9 @@ table_prefix.'groups', table_prefix.'group_members', table_prefix.'acl', - table_prefix.'search_cache' + table_prefix.'search_cache', + table_prefix.'page_groups', + table_prefix.'page_group_members' ); dc_here('common: initializing base classes');