From b0ab3e468b5c20cfe369ff282b7906d1690a3510 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Jan 2011 23:08:39 -0800 Subject: leave room for vertical scrollbar (when needed) --- boot.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'boot.php') 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 -- cgit v1.2.3