aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-14 20:51:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-14 20:51:46 +0000
commit8cd660bf4c199f940358d86bbade05fb8643fbdf (patch)
tree57c0d2855e867b3e8877deebf9b6894a720552bc
parent2536066e65b7e0c59084995df66544b232ad9032 (diff)
downloadforums-8cd660bf4c199f940358d86bbade05fb8643fbdf.tar
forums-8cd660bf4c199f940358d86bbade05fb8643fbdf.tar.gz
forums-8cd660bf4c199f940358d86bbade05fb8643fbdf.tar.bz2
forums-8cd660bf4c199f940358d86bbade05fb8643fbdf.tar.xz
forums-8cd660bf4c199f940358d86bbade05fb8643fbdf.zip
Fix style data
git-svn-id: file:///svn/phpbb/trunk@4256 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 488447944f..da0556c424 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -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', '&copy; phpBB Group');
+INSERT INTO phpbb_styles (style_id, style_name, style_copyright, template_id, theme_id, imageset_id) VALUES (1, 'subSilver', '&copy; phpBB Group', 1, 1, 1);
# MSSQL IDENTITY phpbb_styles OFF #