mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:10:11 +00:00
sorting out visitor sessions
This commit is contained in:
parent
56a37deb73
commit
059e090b53
8 changed files with 158 additions and 129 deletions
|
@ -151,6 +151,9 @@ if($argc < 3)
|
|||
'$name' => xmlify($contact['name']),
|
||||
'$profile_page' => xmlify($contact['url']),
|
||||
'$thumb' => xmlify($contact['thumb']),
|
||||
'$owner_name' => xmlify($owner['name']),
|
||||
'$owner_profile_page' => xmlify($owner['url']),
|
||||
'$owner_thumb' => xmlify($owner['thumb']),
|
||||
'$item_id' => xmlify("urn:X-dfrn:$baseurl:{$owner['uid']}:{$item['hash']}"),
|
||||
'$title' => xmlify($contact['name']),
|
||||
'$published' => xmlify(datetime_convert('UTC', 'UTC', $item['created'] . '+00:00' , 'Y-m-d\TH:i:s\Z')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue