ARGH... wrong bitfield, exactly the other way around.

git-svn-id: file:///svn/phpbb/trunk@4820 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-02-08 21:48:35 +00:00
parent d7735d2587
commit 0ec2fa96ac

View file

@ -283,7 +283,7 @@ INSERT INTO phpbb_styles_imageset (imageset_id, imageset_name, imageset_copyrigh
# MSSQL IDENTITY phpbb_styles_template ON # # MSSQL IDENTITY phpbb_styles_template ON #
# -- phpbb_styles_template # -- 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 # # MSSQL IDENTITY phpbb_styles_template OFF #