diff --git a/index.php b/index.php index dd4dba014..2744fd9dc 100644 --- a/index.php +++ b/index.php @@ -379,7 +379,7 @@ if ($bb_cfg['birthday_check_day'] && $bb_cfg['birthday_enabled']) { $week_all = true; continue; } - $week_list[] = profile_url($week) . ' (' . birthday_age($week['user_birthday'] - 1) . ')'; + $week_list[] = profile_url($week) . ' (' . birthday_age($week['user_birthday']) . ')'; } $week_all = ($week_all) ? ' ...' : ''; $week_list = sprintf($lang['BIRTHDAY_WEEK'], $bb_cfg['birthday_check_day'], implode(', ', $week_list)) . $week_all;