diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-28 11:26:55 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-28 11:26:55 +0000 |
| commit | fecc3383a24eafe9b84caea37720813a0f1f5cfe (patch) | |
| tree | 3b83336bbcc9dda9953f82c81b1443d7fef83383 /phpBB/install/database_update.php | |
| parent | fc4aaa3f5a32d8d7295197f15b2b9355b851342a (diff) | |
| download | forums-fecc3383a24eafe9b84caea37720813a0f1f5cfe.tar forums-fecc3383a24eafe9b84caea37720813a0f1f5cfe.tar.gz forums-fecc3383a24eafe9b84caea37720813a0f1f5cfe.tar.bz2 forums-fecc3383a24eafe9b84caea37720813a0f1f5cfe.tar.xz forums-fecc3383a24eafe9b84caea37720813a0f1f5cfe.zip | |
disable QR by default
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9878 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 6d596a8a00..c2b5b3d3d1 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1409,7 +1409,7 @@ function change_database_data(&$no_updates, $version) if (!isset($config['allow_quick_reply'])) { - set_config('allow_quick_reply', '1'); + set_config('allow_quick_reply', '0'); } // Set every members user_options column to enable |
