timezone and dateformat update to config

git-svn-id: file:///svn/phpbb/trunk@154 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-15 22:09:59 +00:00
parent b91f972c48
commit 830535cdca

View file

@ -54,7 +54,9 @@ CREATE TABLE phpbb_config (
override_themes tinyint(3),
email_sig varchar(255),
email_from varchar(100),
default_dateformat varchar(20),
default_lang varchar(255),
system_timezone smallint(6),
PRIMARY KEY (config_id),
UNIQUE selected (selected)
);
@ -124,6 +126,8 @@ CREATE TABLE phpbb_forums (
#
# Table structure for table 'phpbb_headermetafooter'
#
# Do we really need this anymore with templating?
#
CREATE TABLE phpbb_headermetafooter (
header text,