aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-25 08:54:10 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-25 08:54:10 +0100
commit4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf (patch)
tree1dd91abe675ad2b8c98dccba6930144e1f73b33c /boot.php
parent7e007b6c07d5395c59797999728fcde288ed79b1 (diff)
parentbb1afd867d1b7bd98930108727b88a066af9749d (diff)
downloadvolse-hubzilla-4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf.tar.gz
volse-hubzilla-4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf.tar.bz2
volse-hubzilla-4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf.zip
Merge branch 'master' of git://github.com/tobiasd/friendika
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 86ad29296..adb1b96f8 100644
--- a/boot.php
+++ b/boot.php
@@ -2215,3 +2215,17 @@ function link_compare($a,$b) {
return true;
return false;
}}
+
+
+if(! function_exists('prepare_body')) {
+function prepare_body($item) {
+
+ require_once('include/bbcode.php');
+
+ $s = smilies(bbcode($item['body']));
+
+ return $s;
+
+
+
+}} \ No newline at end of file