diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-08 10:59:36 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-08 10:59:36 +0000 |
| commit | 4306d4d083d50e9ef7ed01260aa95ea4ac453dee (patch) | |
| tree | bd3b63b6a2c30c131790f6b7dd28edddb04589c1 /phpBB/install | |
| parent | 0e7adebad6e61c066b52e5480d5aa36a23571388 (diff) | |
| download | forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar.gz forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar.bz2 forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.tar.xz forums-4306d4d083d50e9ef7ed01260aa95ea4ac453dee.zip | |
- fix some smaller bugs
- removed custom profiles preview field from acp
git-svn-id: file:///svn/phpbb/trunk@6022 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 2dbdc03ac9..147610768c 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -54,7 +54,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_form', INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_sig', 'Thanks, The Management'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_hide_emails', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone', '0'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('browser_check', '1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('browser_check', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('bump_interval', '10'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('bump_type', 'd'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cache_gc', '7200'); |
