Minor fixes (#667)

This commit is contained in:
Roman Kelesidis 2023-03-30 01:05:50 +07:00 committed by GitHub
commit 0fd4b733fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1196,7 +1196,7 @@ function birthday_age($date)
{
global $bb_cfg;
if (!$date) {
return;
return '';
}
$tz = TIMENOW + (3600 * $bb_cfg['board_timezone']);