1
1
Fork 0

string update

This commit is contained in:
Friendika 2011-01-14 02:16:30 -08:00
commit 456a7a9740
2 changed files with 30 additions and 3 deletions

View file

@ -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`)