diff options
| author | Rubén Calvo <rubencm@gmail.com> | 2017-10-01 17:41:08 +0200 |
|---|---|---|
| committer | Rubén Calvo <rubencm@gmail.com> | 2017-10-31 14:30:45 +0100 |
| commit | 508caa9bd49a09bed3f09c31c1e5d78584b388a3 (patch) | |
| tree | 405e61cbbe10e8aff1bbc4521f3c3b33609304db /phpBB/install | |
| parent | 78610f0406f9fe44f97fe9ee0d7b1750b4078e2d (diff) | |
| download | forums-508caa9bd49a09bed3f09c31c1e5d78584b388a3.tar forums-508caa9bd49a09bed3f09c31c1e5d78584b388a3.tar.gz forums-508caa9bd49a09bed3f09c31c1e5d78584b388a3.tar.bz2 forums-508caa9bd49a09bed3f09c31c1e5d78584b388a3.tar.xz forums-508caa9bd49a09bed3f09c31c1e5d78584b388a3.zip | |
[ticket/15171] Replace all BBCode templates by default
PHPBB3-15171
Diffstat (limited to 'phpBB/install')
| -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 ca0e8bd614..6ddf3d7ad8 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -477,7 +477,7 @@ INSERT INTO phpbb_acl_roles (role_name, role_description, role_type, role_order) INSERT INTO phpbb_acl_roles (role_name, role_description, role_type, role_order) VALUES ('ROLE_FORUM_NEW_MEMBER', 'ROLE_DESCRIPTION_FORUM_NEW_MEMBER', 'f_', 10); # -- phpbb_styles -INSERT INTO phpbb_styles (style_name, style_copyright, style_active, style_path, bbcode_bitfield, style_parent_id, style_parent_tree) VALUES ('prosilver', '© phpBB Limited', 1, 'prosilver', 'kNg=', 0, ''); +INSERT INTO phpbb_styles (style_name, style_copyright, style_active, style_path, bbcode_bitfield, style_parent_id, style_parent_tree) VALUES ('prosilver', '© phpBB Limited', 1, 'prosilver', '//g=', 0, ''); # -- Forums INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts_approved, forum_posts_unapproved, forum_posts_softdeleted, forum_topics_approved, forum_topics_unapproved, forum_topics_softdeleted, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_poster_colour, 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, forum_parents) VALUES ('{L_FORUMS_FIRST_CATEGORY}', '', 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 'Admin', 'AA0000', 972086460, '', '', '', '', '', '', '', 0, 0, ''); |
