sorting out visitor sessions

This commit is contained in:
Mike Macgirvin 2010-07-16 06:24:41 -07:00
parent 56a37deb73
commit 059e090b53
8 changed files with 158 additions and 129 deletions

View file

@ -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')),