mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/10650] Revert merge of 'rahulr92/ticket/10650' into develop
The pull request (#654) was merged a little too quickly. In particular, display_last_subject per-forum option needs consensus. This reverts commitb1fb34a4d7
, reversing changes made to7d6b289671
. PHPBB3-10650
This commit is contained in:
@@ -1084,9 +1084,6 @@ function database_update_info()
|
||||
GROUPS_TABLE => array(
|
||||
'group_teampage' => array('UINT', 0, 'after' => 'group_legend'),
|
||||
),
|
||||
FORUMS_TABLE => array(
|
||||
'display_last_subject' => array('BOOL', 1),
|
||||
),
|
||||
PROFILE_FIELDS_TABLE => array(
|
||||
'field_show_on_pm' => array('BOOL', 0),
|
||||
),
|
||||
|
Reference in New Issue
Block a user