mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-31 22:14:32 +01:00
Fix style data
git-svn-id: file:///svn/phpbb/trunk@4256 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2536066e65
commit
8cd660bf4c
@ -238,7 +238,7 @@ INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_search', 1);
|
||||
# MSSQL IDENTITY phpbb_styles ON #
|
||||
|
||||
# -- phpbb_styles
|
||||
INSERT INTO phpbb_styles (style_id, style_name, style_copyright, template_id, theme_id, imageset_id) VALUES (1, 1, 1, 1, 'subSilver', '© phpBB Group');
|
||||
INSERT INTO phpbb_styles (style_id, style_name, style_copyright, template_id, theme_id, imageset_id) VALUES (1, 'subSilver', '© phpBB Group', 1, 1, 1);
|
||||
|
||||
# MSSQL IDENTITY phpbb_styles OFF #
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user