aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-02-08 18:02:17 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-02-08 18:02:17 +0000
commitd7735d2587e68bab42fde8753ee733de76369f72 (patch)
treedcfce4a598d89b72a8469ef4f3538a0668668bee /phpBB/install
parentb9bf2fe7519aa7aab5278fb882a139f3c823feb0 (diff)
downloadforums-d7735d2587e68bab42fde8753ee733de76369f72.tar
forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.gz
forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.bz2
forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.xz
forums-d7735d2587e68bab42fde8753ee733de76369f72.zip
inline attachment capability...
git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-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 59f2d6d51b..16830ff7b2 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -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', '&copy; phpBB Group', 'subSilver', 2817);
+INSERT INTO phpbb_styles_template (template_id, template_name, template_copyright, template_path, bbcode_bitfield) VALUES (1, 'subSilver', '&copy; phpBB Group', 'subSilver', 5634);
# MSSQL IDENTITY phpbb_styles_template OFF #