From a1c069ee02a00f55008c512c3dba101ae391badb Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 14 Jan 2011 02:04:09 -0800 Subject: compatibility: version discovery --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 47bc9f15a..d2104c395 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)) , -- cgit v1.2.3 From 456a7a97403ce3f6548dbda325719889342ad923 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 14 Jan 2011 02:16:30 -0800 Subject: string update --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index d2104c395..1a5ca5a1f 100644 --- a/include/items.php +++ b/include/items.php @@ -992,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`) -- cgit v1.2.3