aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-01-25 10:16:47 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-01-25 10:16:47 +0100
commit1f95ba5c344a1b17c735bf2760a169beeff864c2 (patch)
tree576774009b9c9a9f8828538865d2ff8d9bbe3596 /boot.php
parentf2789132ce13c92166f41992dd8955f667cab440 (diff)
parentb0ab3e468b5c20cfe369ff282b7906d1690a3510 (diff)
downloadvolse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.tar.gz
volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.tar.bz2
volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.zip
Merge remote branch 'friendika-master/master'
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