diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-04 22:10:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-04 22:10:25 +0000 |
commit | b238891d8c118353d19c511a68a9e23adb0519dd (patch) | |
tree | af2e740e2ba96e59833362d86bfeedc60f5fa4ef /phpBB/db | |
parent | e79b727ef224b3a63d7300f7b155b22c0768a37e (diff) | |
download | forums-b238891d8c118353d19c511a68a9e23adb0519dd.tar forums-b238891d8c118353d19c511a68a9e23adb0519dd.tar.gz forums-b238891d8c118353d19c511a68a9e23adb0519dd.tar.bz2 forums-b238891d8c118353d19c511a68a9e23adb0519dd.tar.xz forums-b238891d8c118353d19c511a68a9e23adb0519dd.zip |
Small change to default date format
git-svn-id: file:///svn/phpbb/trunk@429 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 611c77fcc6..36d41890e9 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, sitename, allow_html, allow_bbcode, allow_smilies, allow_sig, allow_namechange, selected, 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) VALUES ( '1', 'phpbb.com', '0', '1', '1', '1', '0', '1', '10', '10', '25', '10', '0', '0', '', '', '5', 'english', 'd M Y H:m:i', '0', 'Default', '6144', 'images/avatars', '0'); +INSERT INTO phpbb_config (config_id, sitename, allow_html, allow_bbcode, allow_smilies, allow_sig, allow_namechange, selected, 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) VALUES ( '1', 'phpbb.com', '0', '1', '1', '1', '0', '1', '10', '10', '25', '10', '0', '0', '', '', '5', 'english', 'd M Y H:i', '0', 'Default', '6144', 'images/avatars', '0'); # -- Categories INSERT INTO phpbb_categories VALUES (1, 'Test category 1', '1'); |