aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-12 21:04:49 -0800
committerFriendika <info@friendika.com>2011-01-12 21:04:49 -0800
commit9d6f3aa4dd43af69d490d0fe8d355893a206e73f (patch)
treea792b4b14378bc266d60374e879a1fb12fc29c47 /include/notifier.php
parent89a28bf0f7b43c4bafdfde794066aefe705efa89 (diff)
downloadvolse-hubzilla-9d6f3aa4dd43af69d490d0fe8d355893a206e73f.tar.gz
volse-hubzilla-9d6f3aa4dd43af69d490d0fe8d355893a206e73f.tar.bz2
volse-hubzilla-9d6f3aa4dd43af69d490d0fe8d355893a206e73f.zip
add owner's birthday information to feed (if allowed to)
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index aedc560b0..5bc21cf13 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -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') {