diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-09-16 22:34:48 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-09-16 22:34:48 +0200 |
| commit | 9015e03d053ce84619a1081aaaab0ab9f48acb13 (patch) | |
| tree | 0578975b12b771cc71f3f4f08ee807f7698b3750 /phpBB/install/database_update.php | |
| parent | 3465c5e48da02ba37f61081f3b7819a35b49821e (diff) | |
| parent | f9764c684ffb147a07cff472c82789b142845481 (diff) | |
| download | forums-9015e03d053ce84619a1081aaaab0ab9f48acb13.tar forums-9015e03d053ce84619a1081aaaab0ab9f48acb13.tar.gz forums-9015e03d053ce84619a1081aaaab0ab9f48acb13.tar.bz2 forums-9015e03d053ce84619a1081aaaab0ab9f48acb13.tar.xz forums-9015e03d053ce84619a1081aaaab0ab9f48acb13.zip | |
Merge branch 'ticket/bantu/9613' into develop-olympus
* ticket/bantu/9613:
[ticket/9613] Slightly update language strings.
[ticket/9613] Fix missing database part for unread posts search load switch.
[ticket/9613] Implement a load switch for unread posts search feature.
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 019469b061..8fd96691d9 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1795,6 +1795,9 @@ function change_database_data(&$no_updates, $version) // Sync the forums we have deleted shadow topics from. sync('forum', 'forum_id', $sync_forum_ids, true, true); + // Unread posts search load switch + set_config('load_unreads_search', '1'); + $no_updates = false; break; } |
