aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-21 20:18:02 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-21 20:18:02 +0000
commitdaa0435614af7bed95e71f3b11aa2c372df3958d (patch)
tree414e9c56eed966f4c842576e9b7d3d4aa5c43ac1 /phpBB/install/schemas/schema_data.sql
parent8dbef23cea5436c87431d1222ca4ae4ec8bcf4f9 (diff)
downloadforums-daa0435614af7bed95e71f3b11aa2c372df3958d.tar
forums-daa0435614af7bed95e71f3b11aa2c372df3958d.tar.gz
forums-daa0435614af7bed95e71f3b11aa2c372df3958d.tar.bz2
forums-daa0435614af7bed95e71f3b11aa2c372df3958d.tar.xz
forums-daa0435614af7bed95e71f3b11aa2c372df3958d.zip
Improve i18n by installing all available language packs on install
+ unb0rk the mysql schema ;) git-svn-id: file:///svn/phpbb/trunk@6113 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 80901a23b8..ac34328cfa 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -389,9 +389,6 @@ INSERT INTO phpbb_styles_template (template_name, template_copyright, template_p
# -- phpbb_styles_theme
INSERT INTO phpbb_styles_theme (theme_name, theme_copyright, theme_path, theme_data) VALUES ('subSilver', '&copy; phpBB Group', 'subSilver', '');
-# -- Language
-INSERT INTO phpbb_lang (lang_iso, lang_dir, lang_english_name, lang_local_name, lang_author) VALUES ('en', 'en', 'English [ GB ]', 'English [ GB ]', 'phpBB Group');
-
# -- Forums
INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_post_time, forum_link, forum_password, forum_image, forum_rules, forum_rules_link, forum_rules_uid, forum_desc_uid, prune_days, prune_viewed) VALUES ('My first Category', '', 1, 4, 0, 0, 1, 1, 1, 1, 2, 'Admin', 972086460, '', '', '', '', '', '', '', 0, 0);