mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Minor fixes (#667)
This commit is contained in:
parent
f62d25d33b
commit
0fd4b733fc
4 changed files with 4 additions and 4 deletions
|
@ -1196,7 +1196,7 @@ function birthday_age($date)
|
|||
{
|
||||
global $bb_cfg;
|
||||
if (!$date) {
|
||||
return;
|
||||
return '';
|
||||
}
|
||||
|
||||
$tz = TIMENOW + (3600 * $bb_cfg['board_timezone']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue