aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-04-22 19:44:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-04-22 19:44:00 +0000
commitfb195633021967499447451ecf7a435644846ce3 (patch)
treef7d977babce282d24b8d9e36aae50f7944fad25b /phpBB/install
parent5085f051bfb2ec73a7afa951126aa6448cc2d52c (diff)
downloadforums-fb195633021967499447451ecf7a435644846ce3.tar
forums-fb195633021967499447451ecf7a435644846ce3.tar.gz
forums-fb195633021967499447451ecf7a435644846ce3.tar.bz2
forums-fb195633021967499447451ecf7a435644846ce3.tar.xz
forums-fb195633021967499447451ecf7a435644846ce3.zip
first version of attachment admin panel + some fixes (i hope i do not screw someones code with this, my appologies)
git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/mysql_basic.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index 4ddd73565a..a81b28cc84 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -92,6 +92,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('ldap_server', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ldap_base_dn', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ldap_uid', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('lastread', '432000');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_order', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_ftp_upload', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_filesize', '262144');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('attachment_quota', '52428800');