mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
add owner's birthday information to feed (if allowed to)
This commit is contained in:
parent
89a28bf0f7
commit
9d6f3aa4dd
4 changed files with 49 additions and 6 deletions
|
@ -187,7 +187,8 @@
|
|||
'$thumb' => xmlify($owner['thumb']),
|
||||
'$picdate' => xmlify(datetime_convert('UTC','UTC',$owner['avatar-date'] . '+00:00' , ATOM_TIME)) ,
|
||||
'$uridate' => xmlify(datetime_convert('UTC','UTC',$owner['uri-date'] . '+00:00' , ATOM_TIME)) ,
|
||||
'$namdate' => xmlify(datetime_convert('UTC','UTC',$owner['name-date'] . '+00:00' , ATOM_TIME))
|
||||
'$namdate' => xmlify(datetime_convert('UTC','UTC',$owner['name-date'] . '+00:00' , ATOM_TIME)) ,
|
||||
'$birthday' => ''
|
||||
));
|
||||
|
||||
if($cmd === 'mail') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue