mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r225
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@225 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
a46d1b5176
commit
2850dbf9eb
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ if ($bb_cfg['birthday']['check_day'] && $bb_cfg['birthday']['enabled'])
|
||||||
{
|
{
|
||||||
foreach($stats['birthday_today_list'] as $today)
|
foreach($stats['birthday_today_list'] as $today)
|
||||||
{
|
{
|
||||||
$today_list[] = '<a href="'. PROFILE_URL . $today['user_id'] .'">'. $today['username'] .'</a> <span class="small">('. birthday_age($today['age'], 1) .')</span>';
|
$today_list[] = '<a href="'. PROFILE_URL . $today['user_id'] .'">'. $today['username'] .'</a> <span class="small">('. birthday_age($today['age']) .')</span>';
|
||||||
}
|
}
|
||||||
$today_list = join(', ', $today_list);
|
$today_list = join(', ', $today_list);
|
||||||
$today_list = $lang['BIRTHDAY_TODAY'] . $today_list;
|
$today_list = $lang['BIRTHDAY_TODAY'] . $today_list;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue