fix birthday
This commit is contained in:
parent
aeac832728
commit
c34189c033
|
@ -153,7 +153,7 @@ function relative_date($posted_date) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function age($dob,$owner_tz = '',$viewer_tz = '') {
|
function age($dob,$owner_tz = '',$viewer_tz = '') {
|
||||||
if(strlen($dob) != 10)
|
if(! intval($dob))
|
||||||
return 0;
|
return 0;
|
||||||
if(! $owner_tz)
|
if(! $owner_tz)
|
||||||
$owner_tz = date_default_timezone_get();
|
$owner_tz = date_default_timezone_get();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user