diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-09-27 09:48:37 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-09-27 09:48:37 +0000 |
commit | ee22f2709cb3b459f0e462e0969289490c08b309 (patch) | |
tree | 71396a09ee68b2d20a7af33f39a88c406eb90f42 /phpBB/db | |
parent | 131d2ed20e61f84f698a9017142f2764e62e88c3 (diff) | |
download | forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar.gz forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar.bz2 forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar.xz forums-ee22f2709cb3b459f0e462e0969289490c08b309.zip |
Finished up COPPA support (I hope), now has a form the parents can print and sign and added config areas for mailing address and fax number.
git-svn-id: file:///svn/phpbb/trunk@1096 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db')
-rw-r--r-- | phpBB/db/mysql_basic.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/db/mysql_basic.sql b/phpBB/db/mysql_basic.sql index ce52b05bf8..7fa9606d02 100644 --- a/phpBB/db/mysql_basic.sql +++ b/phpBB/db/mysql_basic.sql @@ -47,6 +47,8 @@ INSERT INTO phpbb_config VALUES ('default_dateformat','D M d, Y g:i a'); INSERT INTO phpbb_config VALUES ('board_timezone','0'); INSERT INTO phpbb_config VALUES ('prune_enable','1'); INSERT INTO phpbb_config VALUES ('gzip_compress','1'); +INSERT INTO phpbb_config VALUES ('coppa_fax', '(555) 555-5555'); +INSERT INTO phpbb_config VALUES ('coppa_mail', 'Jimbo Jones, 1234 Fake St, Fakeville USA, 12345'); # -- Categories |