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/delivery.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/delivery.php')
-rwxr-xr-x | include/delivery.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/delivery.php b/include/delivery.php index 44a482ca2..532dcd699 100755 --- a/include/delivery.php +++ b/include/delivery.php @@ -256,7 +256,8 @@ function delivery_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>' : '') )); foreach($items as $item) { |