Missed...
This commit is contained in:
@@ -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']);
|
$birthday_list .= get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']);
|
||||||
if ($age = (int) substr($row['user_birthday'], -4))
|
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 )
|
if( $portal_config['portal_birthdays_ahead'] > 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user