1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

some very tiny adjustements.

git-svn-id: file:///svn/phpbb/trunk@6939 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-01-27 16:41:14 +00:00
parent 3f53551fa8
commit 538ffb5bfb
6 changed files with 16 additions and 15 deletions

View File

@@ -143,7 +143,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)
if (get_config_value('birthday_required') !== false || get_config_value('bday_required') !== false)
{
define('MOD_BIRTHDAY', true);
}
@@ -151,7 +151,6 @@ if (!$get_info)
// TerraFrost's validated birthday mod
if (get_config_value('bday_required') !== false)
{
define('MOD_BIRTHDAY', true);
define('MOD_BIRTHDAY_TERRA', true);
}