diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-15 08:54:41 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-15 08:54:41 +0100 |
commit | 3323f256c35ceb30a4b2ac1984a2eded672eb33f (patch) | |
tree | 7b074e621e57be7d8f33eec8a281d5dd0bc3ab65 /include/items.php | |
parent | 30551b24ec833ef58e98071e56cb3bb94f302dd3 (diff) | |
parent | e7ae4ad3fa010e5f636738366aae81e129990fa7 (diff) | |
download | volse-hubzilla-3323f256c35ceb30a4b2ac1984a2eded672eb33f.tar.gz volse-hubzilla-3323f256c35ceb30a4b2ac1984a2eded672eb33f.tar.bz2 volse-hubzilla-3323f256c35ceb30a4b2ac1984a2eded672eb33f.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 47bc9f15a..1a5ca5a1f 100644 --- a/include/items.php +++ b/include/items.php @@ -182,6 +182,7 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0) $atom .= replace_macros($feed_template, array( + '$version' => xmlify(FRIENDIKA_VERSION), '$feed_id' => xmlify($a->get_baseurl() . '/profile/' . $owner_nick), '$feed_title' => xmlify($owner['name']), '$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', 'now' , ATOM_TIME)) , @@ -991,7 +992,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0) { * */ - $bdtext = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' . t('\'s birthday'); + $bdtext = t('Birthday:') . ' [url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' ; $r = q("INSERT INTO `event` (`uid`,`cid`,`created`,`edited`,`start`,`finish`,`desc`,`type`) |