aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-25 21:39:07 -0700
committerfriendica <info@friendica.com>2012-06-25 21:39:07 -0700
commitd32d0e21544ffc487042f855280f05ba63651e7d (patch)
tree2bc7ea557c9f7912438c48e58428e1cc235aadf5 /include/items.php
parent78ede4744ff17c564f7104731c152672138f3efb (diff)
downloadvolse-hubzilla-d32d0e21544ffc487042f855280f05ba63651e7d.tar.gz
volse-hubzilla-d32d0e21544ffc487042f855280f05ba63651e7d.tar.bz2
volse-hubzilla-d32d0e21544ffc487042f855280f05ba63651e7d.zip
typos
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index a4faf3adc..1f0571968 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1458,7 +1458,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
*/
$bdtext = sprintf( t('%s\'s birthday'), $contact['name']);
- $bdtext2 = sprintf( t('Happy Birthday %s'), ' [url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' ;
+ $bdtext2 = sprintf( t('Happy Birthday %s'), ' [url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' ) ;
$r = q("INSERT INTO `event` (`uid`,`cid`,`created`,`edited`,`start`,`finish`,`summary`,`desc`,`type`)