From 4c9b9dbe0c0bd66414f3b72753081c0228216eec Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 23 Feb 2008 16:44:34 +0000 Subject: [PATCH] Report#54: Welcome Box: use BBcode - bugfix --- root/portal/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 47c89006..1ca75e6d 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -73,7 +73,7 @@ include($phpbb_root_path . 'includes/message_parser.'.$phpEx); // fetch post for news & announce function phpbb_fetch_posts($forum_from, $number_of_posts, $text_length, $time, $type) { - global $db, $phpbb_root_path, $auth, $user, $bbcode_bitfield; + global $db, $phpbb_root_path, $auth, $user, $bbcode_bitfield, $bbcode; $posts = array();