I'll get there
This commit is contained in:
Ice
2008-08-10 13:58:53 +00:00
parent 8f7661911f
commit 58c69df0c4

View File

@@ -52,7 +52,7 @@ 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) . '); $birthday_list .= ' (' . ($now['year'] - $age) . ')';
} }
$birthday_list .= '<br />'."\n"; $birthday_list .= '<br />'."\n";
} }