mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
again, a lot of bug fixes
git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1056,7 +1056,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||
$user_cache[$poster_id]['icq'] = '';
|
||||
}
|
||||
|
||||
if (!empty($row['user_birthday']))
|
||||
if ($config['allow_birthdays'] && !empty($row['user_birthday']))
|
||||
{
|
||||
list($bday_day, $bday_month, $bday_year) = array_map('intval', explode('-', $row['user_birthday']));
|
||||
|
||||
|
Reference in New Issue
Block a user