Some more unneeded changes reverted

This commit is contained in:
Michael 2017-03-18 08:54:25 +00:00
commit 62ccb4499a
2 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ function hovercard_content() {
'tags' => $contact["keywords"],
// 'nsfw' => intval($contact["nsfw"]),
// 'server_url' => $contact["server_url"],
'bd' => (($contact["birthday"] <= "0001-01-01") ? "" : $contact["birthday"]),
'bd' => (($contact["birthday"] == "0000-00-00") ? "" : $contact["birthday"]),
// 'generation' => $contact["generation"],
'account_type' => account_type($contact),
'actions' => $actions,