mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10410] Add option to display users in their first teampage group
PHPBB3-10410
This commit is contained in:
@@ -2117,10 +2117,9 @@ function change_database_data(&$no_updates, $version)
|
||||
_sql($sql, $errored, $error_ary);
|
||||
}
|
||||
|
||||
if (!isset($config['use_system_cron']))
|
||||
if (!isset($config['legend_sort_groupname']))
|
||||
{
|
||||
set_config('legend_sort_groupname', '0');
|
||||
set_config('teampage_multiple', '1');
|
||||
set_config('teampage_forums', '1');
|
||||
}
|
||||
|
||||
@@ -2260,6 +2259,11 @@ function change_database_data(&$no_updates, $version)
|
||||
set_config('load_cpf_pm', '0');
|
||||
}
|
||||
|
||||
if (!isset($config['teampage_memberships']))
|
||||
{
|
||||
set_config('teampage_memberships', '1');
|
||||
}
|
||||
|
||||
$no_updates = false;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user