diff options
author | Thomas Willingham <founder@kakste.com> | 2014-04-12 00:11:43 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-04-12 00:11:43 +0100 |
commit | 163c83a9e5198100f89745b844fce5b786a79b7c (patch) | |
tree | 69678ebfd5590276c3276caece6ff7d773190479 | |
parent | a82b1fe5902a7721d68aba27aad6f4bcb42854fa (diff) | |
download | volse-hubzilla-163c83a9e5198100f89745b844fce5b786a79b7c.tar.gz volse-hubzilla-163c83a9e5198100f89745b844fce5b786a79b7c.tar.bz2 volse-hubzilla-163c83a9e5198100f89745b844fce5b786a79b7c.zip |
Ooops, replaced too many
-rw-r--r-- | include/identity.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php index 7258d752b..66e572866 100644 --- a/include/identity.php +++ b/include/identity.php @@ -870,7 +870,7 @@ logger('online: ' . $profile['online']); function get_events() { - require_once('include/prepare_text.php'); + require_once('include/bbcode.php'); $a = get_app(); @@ -909,7 +909,7 @@ logger('online: ' . $profile['online']); $md = datetime_convert('UTC','UTC',$rr['start'],'Y/m'); $md .= "/#link-".$rr['id']; - $title = substr(strip_tags(prepare_text($rr['desc'])),0,32) . '... '; + $title = substr(strip_tags(bbcode($rr['desc'])),0,32) . '... '; if(! $title) $title = t('[No description]'); |