diff options
author | friendica <info@friendica.com> | 2012-03-18 22:12:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-18 22:12:36 -0700 |
commit | cca524495cdc8c1167421393f4d8e8da4a94a855 (patch) | |
tree | 2e76b0ce5b6baf26ff6ba2e8ee89efde74080b5e /include/notifier.php | |
parent | 02786d6ed0811b0d63c0e466309dfda7740e2609 (diff) | |
download | volse-hubzilla-cca524495cdc8c1167421393f4d8e8da4a94a855.tar.gz volse-hubzilla-cca524495cdc8c1167421393f4d8e8da4a94a855.tar.bz2 volse-hubzilla-cca524495cdc8c1167421393f4d8e8da4a94a855.zip |
community discovery cont., cleanup of DB debugging
Diffstat (limited to 'include/notifier.php')
-rwxr-xr-x | include/notifier.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index 07edc7046..d63ad7ae7 100755 --- a/include/notifier.php +++ b/include/notifier.php @@ -337,7 +337,9 @@ function notifier_run($argv, $argc){ '$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)) , - '$birthday' => $birthday + '$birthday' => $birthday, + '$community' => (($owner['page-flags'] == PAGE_COMMUNITY) ? '<dfrn:community>1</dfrn:community>' : '') + )); if($mail) { |