diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-05 17:09:03 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-05 17:09:03 +0000 |
| commit | 76ace1d15461d98b693d7e7c905c0f5b9533c622 (patch) | |
| tree | f24e36c174493f924e2b2d3d57701026949cf639 /phpBB | |
| parent | f77668cec0e1c8310c1aa52ccbd4a220c75f3374 (diff) | |
| download | forums-76ace1d15461d98b693d7e7c905c0f5b9533c622.tar forums-76ace1d15461d98b693d7e7c905c0f5b9533c622.tar.gz forums-76ace1d15461d98b693d7e7c905c0f5b9533c622.tar.bz2 forums-76ace1d15461d98b693d7e7c905c0f5b9533c622.tar.xz forums-76ace1d15461d98b693d7e7c905c0f5b9533c622.zip | |
css_data -> theme_data
git-svn-id: file:///svn/phpbb/trunk@4342 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -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 b8f55a7756..eb068bc3ad 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -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 # |
