mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
css_data -> theme_data
git-svn-id: file:///svn/phpbb/trunk@4342 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f77668cec0
commit
76ace1d154
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ INSERT INTO phpbb_styles_template (template_id, template_name, template_copyrigh
|
|||
# MSSQL IDENTITY phpbb_styles_theme ON #
|
||||
|
||||
# -- phpbb_styles_theme
|
||||
INSERT INTO phpbb_styles_theme (theme_id, theme_name, theme_copyright, theme_path, css_data) VALUES (1, 'subSilver', '© phpBB Group', 'subSilver', '');
|
||||
INSERT INTO phpbb_styles_theme (theme_id, theme_name, theme_copyright, theme_path, theme_data) VALUES (1, 'subSilver', '© phpBB Group', 'subSilver', '');
|
||||
|
||||
# MSSQL IDENTITY phpbb_styles_theme OFF #
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue