diff options
author | Friendika <info@friendika.com> | 2011-01-12 21:04:49 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-12 21:04:49 -0800 |
commit | 9d6f3aa4dd43af69d490d0fe8d355893a206e73f (patch) | |
tree | a792b4b14378bc266d60374e879a1fb12fc29c47 /include/notifier.php | |
parent | 89a28bf0f7b43c4bafdfde794066aefe705efa89 (diff) | |
download | volse-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.php | 3 |
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') { |