mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
Duplicated fields renamed
This commit is contained in:
parent
efa1351ac6
commit
7d111e2a6f
6 changed files with 16 additions and 19 deletions
|
@ -361,7 +361,7 @@ HELP;
|
|||
$contact['email'],
|
||||
Temporal::getRelativeDate($contact['created']),
|
||||
Temporal::getRelativeDate($contact['login_date']),
|
||||
Temporal::getRelativeDate($contact['lastitem_date']),
|
||||
Temporal::getRelativeDate($contact['last-item']),
|
||||
]);
|
||||
}
|
||||
$this->out($table->getTable());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue