diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-08 21:48:35 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-08 21:48:35 +0000 |
| commit | 0ec2fa96ac2e7e84eac4b9db082a1fb0ba2159d7 (patch) | |
| tree | 28c29511e140978b314ef0c92ba0d9bfae07fd1e | |
| parent | d7735d2587e68bab42fde8753ee733de76369f72 (diff) | |
| download | forums-0ec2fa96ac2e7e84eac4b9db082a1fb0ba2159d7.tar forums-0ec2fa96ac2e7e84eac4b9db082a1fb0ba2159d7.tar.gz forums-0ec2fa96ac2e7e84eac4b9db082a1fb0ba2159d7.tar.bz2 forums-0ec2fa96ac2e7e84eac4b9db082a1fb0ba2159d7.tar.xz forums-0ec2fa96ac2e7e84eac4b9db082a1fb0ba2159d7.zip | |
ARGH... wrong bitfield, exactly the other way around.
git-svn-id: file:///svn/phpbb/trunk@4820 89ea8834-ac86-4346-8a33-228a782c2dd0
| -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 16830ff7b2..dd420a555f 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -283,7 +283,7 @@ INSERT INTO phpbb_styles_imageset (imageset_id, imageset_name, imageset_copyrigh # MSSQL IDENTITY phpbb_styles_template ON # # -- phpbb_styles_template -INSERT INTO phpbb_styles_template (template_id, template_name, template_copyright, template_path, bbcode_bitfield) VALUES (1, 'subSilver', '© phpBB Group', 'subSilver', 5634); +INSERT INTO phpbb_styles_template (template_id, template_name, template_copyright, template_path, bbcode_bitfield) VALUES (1, 'subSilver', '© phpBB Group', 'subSilver', 6913); # MSSQL IDENTITY phpbb_styles_template OFF # |
