diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-25 10:16:47 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-25 10:16:47 +0100 |
commit | 1f95ba5c344a1b17c735bf2760a169beeff864c2 (patch) | |
tree | 576774009b9c9a9f8828538865d2ff8d9bbe3596 /boot.php | |
parent | f2789132ce13c92166f41992dd8955f667cab440 (diff) | |
parent | b0ab3e468b5c20cfe369ff282b7906d1690a3510 (diff) | |
download | volse-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.php | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |