Ok Really fixed the select field thing this time :)

git-svn-id: file:///svn/phpbb/trunk@575 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-07-05 20:40:06 +00:00
parent 8d0bc60aaa
commit 3aa6579519

View file

@ -120,7 +120,7 @@ CREATE TABLE phpbb_config (
sys_template varchar(100) DEFAULT 'Default' NOT NULL, sys_template varchar(100) DEFAULT 'Default' NOT NULL,
prune_enable tinyint(1) DEFAULT '1' NOT NULL, prune_enable tinyint(1) DEFAULT '1' NOT NULL,
gzip_compress tinyint(1) DEFAULT '0' NOT NULL, gzip_compress tinyint(1) DEFAULT '0' NOT NULL,
PRIMARY KEY (config_id), PRIMARY KEY (config_id)
); );