mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
d7735d2587
commit
0ec2fa96ac
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue