diff options
author | Friendika <info@friendika.com> | 2011-01-24 23:08:39 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-24 23:08:39 -0800 |
commit | b0ab3e468b5c20cfe369ff282b7906d1690a3510 (patch) | |
tree | 2a765e0e986d27af6a72c43725efcf737cae3acd /boot.php | |
parent | fc5316fe21d567802adf784d4b984852f0c7ee90 (diff) | |
download | volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.tar.gz volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.tar.bz2 volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.zip |
leave room for vertical scrollbar (when needed)
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 |