diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-07-20 17:58:57 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-07-20 17:58:57 +0000 |
commit | 7aedb9e62d7b44a7f7bc497dfbc918fe272991b0 (patch) | |
tree | 86da6eea1340d0779a3e9d5d4696918359b78c66 /phpBB/db | |
parent | 56e30a68da185714b78032ae9338d10d597b924a (diff) | |
download | forums-7aedb9e62d7b44a7f7bc497dfbc918fe272991b0.tar forums-7aedb9e62d7b44a7f7bc497dfbc918fe272991b0.tar.gz forums-7aedb9e62d7b44a7f7bc497dfbc918fe272991b0.tar.bz2 forums-7aedb9e62d7b44a7f7bc497dfbc918fe272991b0.tar.xz forums-7aedb9e62d7b44a7f7bc497dfbc918fe272991b0.zip |
Ok, I really fixed it this time..I hope..heh
git-svn-id: file:///svn/phpbb/trunk@713 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db')
-rw-r--r-- | phpBB/db/mysql_basic.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql_basic.sql b/phpBB/db/mysql_basic.sql index ca8ca4e1f5..90f5284969 100644 --- a/phpBB/db/mysql_basic.sql +++ b/phpBB/db/mysql_basic.sql @@ -4,7 +4,7 @@ # $Id$ # -- Config -INSERT INTO phpbb_config (config_id, board_disable, sitename, allow_html, allow_bbcode, allow_smilies, allow_sig, allow_namechange, posts_per_page, hot_threshold, topics_per_page, flood_interval, allow_theme_create, override_themes, email_sig, email_from, default_theme, default_lang, default_dateformat, system_timezone, sys_template, avatar_filesize, avatar_path, allow_avatar_upload, avatar_max_width, avatar_max_height, allow_avatar_local, allow_avatar_remote) VALUES ( '1', 'phpbb.com', '0', '1', '1', '1', '0', '10', '10', '25', '10', '0', '0', '', '', '1', 'english', 'd M Y H:i', '0', 'Default', '6144', 'images/avatars', '0', '70', '70', '0', '0', '1'); +INSERT INTO phpbb_config (config_id, board_disable, sitename, allow_html, allow_bbcode, allow_smilies, allow_sig, allow_namechange, posts_per_page, hot_threshold, topics_per_page, flood_interval, allow_theme_create, override_themes, email_sig, email_from, default_theme, default_lang, default_dateformat, system_timezone, sys_template, avatar_filesize, avatar_path, allow_avatar_upload, avatar_max_width, avatar_max_height, allow_avatar_local, allow_avatar_remote) VALUES ( '1', '0', 'phpbb.com', '0', '1', '1', '1', '0', '10', '10', '25', '10', '0', '0', '', '', '1', 'english', 'd M Y H:i', '0', 'Default', '6144', 'images/avatars', '0', '70', '70', '0', '0'); # -- Categories INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES (1, 'Test category 1', 1); |