diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-07 17:12:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-07 17:12:51 +0000 |
commit | e4924589a4fccc83e5f7b39b66432937d521731a (patch) | |
tree | 19d5b2b4fdd0ee1b0c61e1fb63f5da80f78466ff /phpBB/install | |
parent | d1e839625ee9b0ca796f83ff55404af4c6307561 (diff) | |
download | forums-e4924589a4fccc83e5f7b39b66432937d521731a.tar forums-e4924589a4fccc83e5f7b39b66432937d521731a.tar.gz forums-e4924589a4fccc83e5f7b39b66432937d521731a.tar.bz2 forums-e4924589a4fccc83e5f7b39b66432937d521731a.tar.xz forums-e4924589a4fccc83e5f7b39b66432937d521731a.zip |
grr... forgot one change for the birthday mod
git-svn-id: file:///svn/phpbb/trunk@7144 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index eb04a64bec..0091f68709 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -152,7 +152,7 @@ if (!$get_info) { // Test to see if the birthday MOD is installed on the source forum // Niels' birthday mod - if (get_config_value('birthday_required') !== false || get_config_value('bday_required') !== false) + if (get_config_value('birthday_required') !== false || get_config_value('bday_require') !== false) { define('MOD_BIRTHDAY', true); } |