Missed...

This commit is contained in:
Ice
2008-08-10 13:58:13 +00:00
parent 9fa754777e
commit 8f7661911f

View File

@@ -52,8 +52,9 @@ if ($config['load_birthdays'] && $config['allow_birthdays'])
$birthday_list .= get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']);
if ($age = (int) substr($row['user_birthday'], -4))
{
$birthday_list .= ' (' . ($now['year'] - $age) . ')<br />'."\n";
$birthday_list .= ' (' . ($now['year'] - $age) . ');
}
$birthday_list .= '<br />'."\n";
}
if( $portal_config['portal_birthdays_ahead'] > 0 )