Some more unneeded changes reverted
This commit is contained in:
parent
a2a171af06
commit
62ccb4499a
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue