mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge remote-tracking branch 'nickvergessen/ticket/10410' into develop
* nickvergessen/ticket/10410: [ticket/10410] Add option to display users in their first teampage group
This commit is contained in:
@@ -2125,10 +2125,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');
|
||||
}
|
||||
|
||||
@@ -2268,6 +2267,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