aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-05-31 15:13:44 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-05-31 15:13:44 +0000
commiteb9734b237eec0c6513b97f85b051dfd6599d0d3 (patch)
tree39027305360096ce7dc58d7eff840095f99a1fcc /phpBB
parent93e64265cd2bb885e22f731218df39bfbb80f03b (diff)
downloadforums-eb9734b237eec0c6513b97f85b051dfd6599d0d3.tar
forums-eb9734b237eec0c6513b97f85b051dfd6599d0d3.tar.gz
forums-eb9734b237eec0c6513b97f85b051dfd6599d0d3.tar.bz2
forums-eb9734b237eec0c6513b97f85b051dfd6599d0d3.tar.xz
forums-eb9734b237eec0c6513b97f85b051dfd6599d0d3.zip
Final fix to match current mysql_schema.sql
git-svn-id: file:///svn/phpbb/trunk@387 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/db/mysql_basic.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql_basic.sql b/phpBB/db/mysql_basic.sql
index a21facc92f..17f8b06100 100644
--- a/phpBB/db/mysql_basic.sql
+++ b/phpBB/db/mysql_basic.sql
@@ -1,7 +1,7 @@
#
# Basic DB data for phpBB2 devel
#
-# $id: Exp $
+# $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');